numpy_ml.linear_model.LinearRegression.predict()
generates ValueError
when used with copy-pasted code, but pip installed version works as expected!!
#77
Labels
bug
Something isn't working
System information
(environment is Google Colab on 20-Mar, 2022.)
Describe the current behavior
I have copy-pasted the code for
numpy_ml.linear_model.LinearRegression
from github and did.fit()
and.predict()
on some dummy data. I gotValueError
on.predict()
like this:Describe the expected behavior
Expected behaviour is that
.predict()
doesn't generateValueError
.Code to reproduce the issue
not code, here is the link to the notebook: https://colab.research.google.com/drive/12q9r2j4-UpUrPnzvMiPC6rxafa73cY5L?usp=sharing
Other info / logs
The text was updated successfully, but these errors were encountered: