Home / Companies / Neptune.ai / Blog / January 2024

January 2024 Summaries

2 posts from Neptune.ai

Filter
Month: Year:
Post Summaries Back to Blog
Feature engineering plays a crucial role in preparing datasets for predictive models, enabling them to better understand and perform well on unseen data by transforming raw data into meaningful features. It involves three main types of operations: feature extraction, where complex data is simplified, often using methods like PCA; feature selection, which identifies and retains the most important features using metrics like F-score; and feature construction, which creates new features from existing ones, such as using domain knowledge. Several tools aid in automating feature engineering, including Scikit-learn, Feature Engine, Featuretools, AutoFeat, and TSFresh, each offering unique capabilities for different data types, such as time series. Despite the availability of these tools, manual feature engineering is often more effective, as it allows for a deeper understanding of the data's underlying characteristics, a challenge that automated tools are still striving to overcome.
Jan 04, 2024 2,852 words in the original blog post.
Machine learning workflows and pipelines are vital components that facilitate the automation and management of tasks in machine learning projects, encompassing phases such as data collection, pre-processing, model training, evaluation, and deployment. The blog post discusses over ten tools designed for orchestrating these workflows and pipelines, highlighting the benefits of automation and efficient resource management. Tools like Kale, Flyte, MLRun, ZenML, Prefect, Argo, and others provide an open-source interface for creating scalable, maintainable, and reproducible workflows, enhancing the productivity of data scientists by focusing on essential tasks. These orchestration tools help streamline the machine learning process by automating dependencies, tracking experiments, and managing infrastructure, ultimately supporting the rapid deployment and monitoring of ML models. Most of these tools are open-source, allowing for experimentation without financial obligations, and are built to integrate seamlessly with various frameworks, making them versatile and adaptable to different project needs.
Jan 03, 2024 3,199 words in the original blog post.