A library for faster development of ML and python projects.
Works with Python 3.5+.
├── psy
│ │
│ └──utilities
| | └──helpers <- Common helper functions
| | └──loggers <- Logging classes
| | └──aws <- For interacting with AWS
│ └──ml
| └──metrics <- For generating metrics
| └──plotting <- For plotting functions
| └──imbalance <- For dealing with imbalanced dataset
| └──preprocessors <- For preprocessing data
│
├── README.md
│
├── requirements.txt
│
└── setup.py
pip install psyduck
- git clone repo
python setup.py install