Missing optional dependency 'sklearn.linear_model'. Use pip or conda to install sklearn.linear_model. #356
Unanswered
stormrageHF
asked this question in
Q&A
Replies: 1 comment
-
Can you share the exact snippet your are using and the generated code ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
But I already installed sklearn
Here is a portion of the generated code:
Import libraries
import pandas as pd
from sklearn.linear_model import LinearRegression
from sklearn.model_selection import train_test_split
How do I solve this problem
Beta Was this translation helpful? Give feedback.
All reactions