Skip to content
sideqst edited this page Jan 9, 2021 · 8 revisions

Welcome to the documentation for HelloML!

HelloML makes it easy, fast, and intuitive to do Machine Learning (ML). This documentation explains how to use HelloML's intuitive classes and methods, which are wrappers for functions in Python libraries pandas and scikit-learn.

Installation

To install HelloML, run the following command on your machine's command line application:

pip install -i https://test.pypi.org/simple/ helloml-sideqst

Alternatively, you can clone this repository, navigate to the repository's main directory, and run the following command:

python setup.py install --user

You can now use HelloML from any Python script on your machine by importing it:

from helloml import HelloDataset, HelloModel
Clone this wiki locally