Skip to main content

its a python machine learning package

Project description

# mlfast

This Python machine learning package is built on top of scikit-learn and provides a simple API for regression and classification modeling. The main function in this package is called Regression() and Classification() which takes in the following arguments:

X: The independent variables (features) of the data set

y: The dependent variable (target) of the data set

model: The name of the regression and classification algorithm to be used (e.g. lr for Linear Regression, or rf for Random Forest Classifier, etc.)

scaler: The name of the data scaler to be used (e.g. “standard” for StandardScaler, “robust” for RobustScaler, etc.)

cat: A boolean indicating [True or False] whether the data set has categorical variables that need to be one-hot encoded

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mlfast-0.0.3.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

mlfast-0.0.3-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page