Team-fastML / fastML

A Python package built on sklearn for running a series of classification Algorithms in a faster and easier way.
https://pypi.org/project/fastML/
MIT License
50 stars 23 forks source link

Write error statements #7

Open buabaj opened 4 years ago

buabaj commented 4 years ago

Is your feature request related to a problem? Please describe. there's the need to write error statments to prompt users of the types of errors they encounter and suggest what to do

Silas-Asamoah commented 4 years ago

Could you list the possible errors?

buabaj commented 4 years ago
  1. error to be raised if data encoding doesn't work
  2. training error in KNN classifier
  3. out-of-sample error (generalization error) in svm will add to these if i remeber or think of possible errors
Silas-Asamoah commented 4 years ago

Sure thing

buabaj commented 4 years ago

yeah