Metadata-Version: 2.1
Name: mlaut
Version: 0.2.0
Summary: Automation of large-scale training, evaluation and benchmarking of machine learning algorithms.
Home-page: https://alan-turing-institute.github.io/mlaut/
Author: Viktor Kazakov
Author-email: viktor.kazakov.18@ucl.ac.uk
License: BDS
Platform: UNKNOWN
Requires-Dist: numpy
Requires-Dist: h5py
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: scikit-posthocs
Requires-Dist: scipy
Requires-Dist: tables
Requires-Dist: tensorflow
Requires-Dist: Orange3
Requires-Dist: matplotlib
Requires-Dist: wrapt

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.

