Skip to main content

Python Machine Learning Toolkit

Project description

TravisCI Status Code Coverage Status Requirements Status Documentation Status

pymltk

Python Machine Learning Toolkit

Description

pymltk is a Python package helping data scientists with their daily work of (pre)processing data and building predictive or other machine learning models. It offers various Python functions which implement common operations done by data scientists during their daily work.

All functions of this package …

  • … do one thing and (try to) do it well.

  • … operate on pandas as well as dask dataframes.

  • … are fully tested and documented.

  • … offer a clean and consistent UI.

This package was inspired by mlr, a R package which offers similar functionality with respect to data (pre)processing (but in addition offers a lot more).

Function Overview

  • parse_columns: Parsing features with a specified dtype.

  • parse_missings: Parsing specified values as missing values.

  • merge_levels: Merging levels/values of a feature depending on several criteria.

  • impute_missings: Imputing missing values based on several strategies.

  • remove_constants: Removing features with no/low variability.

Installation

Currently only the development version in this repository is available. In the future, a stable release on pypi is planned.

Documentation

A detailed documentation of each function provided by pymltk is available on readthedocs.org.

Contribution

Feature requests and bug reports are very welcome. Please open an issue in the github issue tracker of the respository of this project. Pull requests implementing new functionality are, of course, also welcome. Please open in addition also an issue for those.

License

pymltk is licensed under the Apache License Version 2.0. For details please see the file called LICENSE.

Note

This project has been set up using PyScaffold 2.5.6. For details and usage information on PyScaffold see http://pyscaffold.readthedocs.org/.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

pymltk-0.1.tar.gz (22.0 kB view hashes)

Uploaded Source

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