Is your feature request related to a problem? Please describe.
Errors may occur when calling functions with wrong data types (like fit to train the model).
In addition, there should be error handling to catch errors besides wrong data types.
Note: here is another issue (#6) to adapt the functions to multiple data types.
Describe the solution you'd like
Raising exceptions to prevent unwanted behaviour or data type mismatches.
Is your feature request related to a problem? Please describe.
Errors may occur when calling functions with wrong data types (like fit to train the model).
In addition, there should be error handling to catch errors besides wrong data types.
Note: here is another issue (#6) to adapt the functions to multiple data types.
Describe the solution you'd like
Raising exceptions to prevent unwanted behaviour or data type mismatches.