Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LinearRegressor producing same value for all test data predictions. #304

Open
wolfiex opened this issue Jan 9, 2021 · 3 comments
Open
Labels
question Further information is requested

Comments

@wolfiex
Copy link

wolfiex commented Jan 9, 2021

Describe the bug
LazyRegressor output (prediction) array produces a single near-constant value for all items within a model. This does not begin to describe the data. Data input is (very loosely) sinusoidal in shape. This occurs with both real and standardized values.

To Reproduce
Steps to reproduce the behaviour:
following the regression example within the documentation

Expected behaviour
Different values within the prediction data frame should not all have the same prediction value.

Desktop (please complete the following information):

  • OS: MAC
@shankarpandala
Copy link
Owner

@wolfiex This is strange. Can you try with a different dataset and let me know if this issue occur?

@brendalf
Copy link
Collaborator

brendalf commented Feb 6, 2021

Any updates, @wolfiex ?

@brendalf brendalf added the question Further information is requested label Feb 6, 2021
@wolfiex
Copy link
Author

wolfiex commented Feb 7, 2021

Not yet, gotten around to it. Data collection of another dataset takes time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants