This update adds an error if unlabeled data is loaded instead of labeled data. It also shows a warning if the user loads labeled data with more than 1000 samples but continues to load the data. Is 1000 a reasonable threshold?
I also cleaned up the code in other places and ignored the NumPy DeprecationWarning that is shown on startup.
Closes #15 and closes #27
This update adds an error if unlabeled data is loaded instead of labeled data. It also shows a warning if the user loads labeled data with more than 1000 samples but continues to load the data. Is 1000 a reasonable threshold?
I also cleaned up the code in other places and ignored the NumPy DeprecationWarning that is shown on startup.