A tutorial to help machine learning researchers to automatically obtain optimized machine learning models with the optimal learning performance on any specific task.
Advanced search
GitHub projects
Upgini
Free automated data & feature enrichment library for machine learning - automatically searches through thousands of ready-to-use features from public and community shared data sources and enriches your training dataset with only the accuracy improving features.
skrub
Skrub is a Python library that eases preprocessing and feature engineering for machine learning on dataframes.
Eurybia
Eurybia monitors data and model drift over time and securizes model deployment with data validation.
Shapash
Shapash is a Python library that provides several types of visualization that display explicit labels that everyone can understand.
Deepchecks
Validation & testing of machine learning models and data during model development, deployment, and production. This includes checks and suites related to various types of issues, such as model performance, data integrity, distribution mismatches, and more.
Optuna
Optuna is an automatic hyperparameter optimization software framework, particularly designed for machine learning.
Streamlit
Streamlit is an framework to create beautiful data apps in hours, not weeks.
Evidently
Interactive reports to analyze machine learning models during validation or production monitoring.
Sklearn-genetic-opt
An AutoML package for hyperparameters tuning using evolutionary algorithms, with built-in callbacks, plotting, remote logging and more.
FEDOT
An AutoML framework for the automated design of composite modelling pipelines. It can handle classification, regression, and time series forecasting tasks on different types of data (including multi-modal datasets).
River
A framework for general purpose online machine learning.
Backprop
Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.
ByteHub
An easy-to-use, Python-based feature store. Optimized for time-series data.
Synthia
Multidimensional synthetic data generation in Python.
Hub
Fastest unstructured dataset management for TensorFlow/PyTorch. Stream & version-control data. Store even petabyte-scale data in a single numpy-like array on the cloud accessible on any machine. Visit activeloop.ai for more info.
Gradio
A Python library for quickly creating and sharing demos of models. Debug models interactively in your browser, get feedback from collaborators, and generate public links without deploying anything.
Opytimizer
Python-based meta-heuristic optimization techniques.
OPFython
A Python-inspired implementation of the Optimum-Path Forest classifier.
sktime
A unified framework for machine learning with time series
PyGrid
Peer-to-peer network of data owners and data scientists who can collectively train AI models using PySyft
PySyft
A Python library for secure and private Deep Learning built on PyTorch and TensorFlow.
Determined
Scalable deep learning training platform, including integrated support for distributed training, hyperparameter tuning, experiment tracking, and model management.
evostra
A fast Evolution Strategy implementation in Python.
mljar-supervised
An Automated Machine Learning (AutoML) python package for tabular data. It can handle: Binary Classification, MultiClass Classification and Regression. It provides explanations and markdown reports.
bayeso
A simple, but essential Bayesian optimization package, written in Python.
Lightwood
A Pytorch based framework that breaks down machine learning problems into smaller blocks that can be glued together seamlessly with objective to build predictive models with one line of code.
scikit-multiflow
A machine learning framework for multi-output/multi-label and stream data.
Fastai
High-level wrapper built on the top of Pytorch which supports vision, text, tabular data and collaborative filtering.
Catalyst
High-level utils for PyTorch DL & RL research. It was developed with a focus on reproducibility, fast experimentation and code/ideas reusing. Being able to research/develop something new, rather than write another regular train loop.
JAX
JAX is Autograd and XLA, brought together for high-performance machine learning research.
Cornac
A comparative framework for multimodal recommender systems with a focus on models leveraging auxiliary data.
Neuraxle
A framework providing the right abstractions to ease research, development, and deployment of your ML pipelines.
numpy-ML
Reference implementations of ML models written in numpy
MiraiML
An asynchronous engine for continuous & autonomous machine learning, built for real-time usage.
BentoML
Toolkit for package and deploy machine learning models for serving in production
StellarGraph
Machine Learning on Graphs, a Python library for machine learning on graph-structured (network-structured) data.
Microsoft Recommenders
Examples and best practices for building recommendation systems, provided as Jupyter notebooks. The repo contains some of the latest state of the art algorithms from Microsoft Research as well as from other companies and institutions.
Thampi
Machine Learning Prediction System on AWS Lambda
mlens
A high performance, memory efficient, maximally parallelized ensemble learning, integrated with scikit-learn.
Turi Create
Machine learning from Apple. Turi Create simplifies the development of custom machine learning models. You don't have to be a machine learning expert to add recommendations, object detection, image classification, image similarity or activity classification to your app.
Parris
Parris, the automated infrastructure setup tool for machine learning algorithms.
Leanpass
A lightweight, NumPy-only autodiff library for small ML projects and learning how backpropagation works. It is 700x times lighter than Pytorch and 900x times lighter than TensorFlow.
Cogitare
A Modern, Fast, and Modular Deep Learning and Machine Learning framework for Python.
modAL
A modular active learning framework for Python, built on top of scikit-learn.
stacked_generalization
Implementation of machine learning stacking technique as a handy library in Python.
xRBM
A library for Restricted Boltzmann Machine (RBM) and its conditional variants in Tensorflow.
ML-From-Scratch
Implementations of Machine Learning models from scratch in Python with a focus on transparency. Aims to showcase the nuts and bolts of ML in an accessible way.