Is your feature request related to a problem? Please describe.
Check compatibility of function parameters to make them as universally valid as possible.
Example: model.fit(x_train, y_train) should work for NumPy arrays, also if they are transposed, and Pandas DataFrames/Series.
Describe the solution you'd like
Usage of these functions should work for arbitrary parameters (numpy or pandas)
Note that there is issue #7 that goes along with that.
Is your feature request related to a problem? Please describe.
Check compatibility of function parameters to make them as universally valid as possible.
Example: model.fit(x_train, y_train) should work for NumPy arrays, also if they are transposed, and Pandas DataFrames/Series.
Describe the solution you'd like
Usage of these functions should work for arbitrary parameters (numpy or pandas)
Note that there is issue #7 that goes along with that.