automl package

Submodules

automl.globalvars module

Here we expose shared variables to use inside the package.

automl.globalvars.LOGGER_IDENTIFIER = 'automl-logger'

Identifier for the logging messages coming from any model in the package.

Module contents

Automated Machine Learning tool for Python.

This package has been developed by students of the Eindhoven University of Technology (TU/e) for Achmea’s internal use. It is intended to assist the Data Scientists to solve classification (and possibly regression) problems by automatically finding pipelines that include pre-processing, feature engineering and classification/regression models to solve a dataset.

automl.automl_log(message=None, level=10)

Print a generic AutoML log messages, based on the level.

Parameters:level (str) – The log level as in python’s logging package.