1. Getting Started

1.1. Introduction

mclearn is a Python package that implement selected multiclass active learning algorithms, with a special focus in astronomical data.

1.2. Installation

The presequisites are Python 3.4, numpy, pandas, matplotlib, and scikit-learn. To install using pip:

pip install mclearn

1.3. Example Notebooks