Palashio / libra

Ergonomic machine learning for everyone.
http://libradocs.org/
MIT License
1.92k stars 109 forks source link

Organized utility functions and included plotting #200

Closed pragun-ananda closed 4 years ago

pragun-ananda commented 4 years ago

name: b) More Utility Functions and Plotting labels: feature

This pull request closes #59 .

- What I did Moved implementations for client model's utility functions into supplementaries.py to clean up the main file and included plotting/saving plots - How I did it Considered different cases to capture a variety of user intention while working with model data and also raised exceptions for invalid user input - How to verify it Can test the data and plots returned using a Client object. Can also test how the functions handle invalid parameters.

This pull request adds a new feature to Libra. @Palashio, could you please take a look at it?