Код: Выделить всё
from sklearn.linear_model import SGDRegressor
Код: Выделить всё
python -m venv sklearn-env
sklearn-env\Scripts\activate
pip install -U scikit-learn
Код: Выделить всё
No module named 'sklearn'
Подробнее здесь: https://stackoverflow.com/questions/791 ... -in-python