MLCompare Documentation#
MLCompare
is a Python package for running model comparison pipelines, with the aim of being both
simple and flexible. It supports multiple popular ML libraries, retrieval from multiple online dataset
repositories, common data processing steps, and results visualization. Additionally, it allows for using
your own models and datasets within the pipelines.
User guide
The user guide provides information for getting started with MLCompare as well as important details for using the library.
API reference
The API Reference contains a detailed description of the MLCompare API and source code. It assumes familiarity with the library from the User Guide.
Release Notes
The release notes provide a summary of changes between each version of MLCompare.