pykliep
pykliep copied to clipboard
Hi what is the input format for function 'fit'?
Just like it.
If you are using a dataframe, try converting it to an array before fit() or maybe simply use x_train.values
If you are using a dataframe, try converting it to an array before fit() or maybe simply use x_train.values
Can you give an example?
I keep getting IndexError: too many indices for array: array is 1-dimensional, but 2 were indexed