Skip to content

aglove2189/appias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appias: machine learning workflow toolkit

image image image image

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

Installation

pip install appias

Documentation

Coming Soon!