Skip to main content

Machine Learning Toolkit (MLToolkit/mltk) for Python

Project description

MLToolkit

MLToolkit (mltk) is a Python package providing a set of user-friendly functions to help building machine learning models in data science research, teaching or production focused projects.

Introduction

MLToolkit supports all stages of the machine learning application development process.

Installation

pip install pymltoolkit

If the installation failed with dependancy issues simply execute the above comman with --no-dependencies

pip install pymltoolkit --no-dependencies

Functions

  • Data Extraction (SQL, Flatfiles, etc.)
  • Exploratory Data Analysis (statistical summary, univariate analysis, etc.)
  • Feature Engineering
  • Model Building
  • Hyper Parameter Tuning [in development]
  • Model Performance Analysis and Comparison Between Models
  • Auto ML (automated machine learning) [in development]
  • Model Deploymet and Serving [in development]

Machibe Learning Algorithms/Packages used

  • RandomForestClassifier -- scikit-learn
  • LogisticRegression -- statsmodels ... more will be added in future development ...

Usage

import mltk

Examples

References

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

pymltoolkit-0.1.2.tar.gz (18.1 kB view hashes)

Uploaded Source

Built Distribution

pymltoolkit-0.1.2-py3-none-any.whl (28.8 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