An open API service indexing awesome lists of open source software.

https://github.com/sktime/mlaut


https://github.com/sktime/mlaut

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          


mlaut



PyPI version
License

# mlaut (Machine Learning AUtomation Toolbox)

``mlaut`` is a modelling and workflow toolbox in python, written with the aim of simplifying large scale benchmarking of machine learning strategies, e.g., validation, evaluation and comparison with respect to predictive/task-specific performance or runtime. Key features are:

* Automation of the most common workflows for benchmarking modelling strategies on multiple datasets including statistical post-hoc analyses, with user-friendly default settings.

* Unified interface with support for scikit-learn strategies, keras deep neural network architectures, including easy user extensibility to (partially or completely) custom strategies.

* Higher-level meta-data interface for strategies, allowing easy specification of scikit-learn pipelines and keras deep network architectures, with user-friendly (sensible) default configurations.

* Easy setting up and loading of data set collections for local use (e.g., data frames from local memory, UCI repository, openML, Delgado study, PMLB).

* Back-end agnostic, automated local file system management of datasets, fitted models, predictions, and results, with the ability to easily resume crashed benchmark experiments with long running times.

List of [developers and contributors](AUTHORS.rst)

### Documentation

[<<<<<< Documentation available on alan-turing-institute.github.io/mlaut >>>>>>](https://alan-turing-institute.github.io/mlaut)

An example with the basic usage of ``mlaut`` can be found in the following [Jupyter Notebook](https://github.com/alan-turing-institute/mlaut/blob/master/examples/Benchmarking.ipynb)

### Installing

Requires Python 3.6 or greater.

```
pip install mlaut
```