updated scikit-learn's API calls to handle FMLearn algorithm prediction.
This release also includes features and updates like:
- updated the package name from "fml" to "fmlearn".
- restructures code into multiple files for better maintenance and testing.
- updates the existing functions of fmlearn by removing the function parameter "dataset", by mandating
set_dataset()
function. - brings in HTTP response construction features (optional parameter for meta-data).
- brings in HTTP error handling capabilities.