Own pip-installable Python package:

Project information

To apply machine learning you can use Python with the standard package scikit-learn, also known as sklearn.

Part of the package are the functions GridSearchCV and RandomizedSearchCV. They help to find the best parameters for a given algorithm.

A typical analysis includes multiple algorithms and the search for optimal parameters for each algorithm. The HyperclassifierSearch package facilitates and automates this process.