Open subhareng opened 6 years ago
Hi there, I just tried to add this package and was running into a couple issues. the first is when I try and run the test case in the readme.
I looked at the main and found this line which defines the clf. I define the clf using the line in the main and then I get this error
I think you should use clf.predict(X), there is no transform method. Have a look at the example here: https://github.com/travisbrady/py-soft-impute/blob/4095a31146e4c0d28a4485865c37af7cad3dd6ce/soft_impute.py#L105
Hi there, I just tried to add this package and was running into a couple issues. the first is when I try and run the test case in the readme.
I looked at the main and found this line which defines the clf. I define the clf using the line in the main and then I get this error