https://github.com/aglove2189/appias
Machine learning workflow toolkit ✨🦋✨
https://github.com/aglove2189/appias
appias data-analysis data-science machine-learning pandas python sklearn workflow
Last synced: 8 months ago
JSON representation
Machine learning workflow toolkit ✨🦋✨
- Host: GitHub
- URL: https://github.com/aglove2189/appias
- Owner: aglove2189
- License: gpl-3.0
- Created: 2019-04-02T00:28:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-07T21:43:31.000Z (over 6 years ago)
- Last Synced: 2025-03-28T17:34:05.027Z (about 1 year ago)
- Topics: appias, data-analysis, data-science, machine-learning, pandas, python, sklearn, workflow
- Language: Python
- Size: 2.42 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Appias: machine learning workflow toolkit
==========================
[](https://pypi.org/project/appias/)
[](https://pypi.org/project/appias/)
[](https://pypi.org/project/appias/)
[](https://saythanks.io/to/aglove2189)
A small library for gluing together a few of the standard steps when exploring a dataset and building a model. Built on pandas, sklearn, and matplotlib.

Features
---------------
- Explore
- Plot
- Remove Outliers
- Replace and Impute NAs
- Reduce Pandas Memory Usage
- Transform
- Fit, Predict, and Score
- Cross Validate
- Logging
[Example Notebook](examples/demo.ipynb)
---------------
Installation
---------------
``` sh
pip install appias
```
Documentation
---------------
Coming Soon!