Skip to main content

All Questions

0 votes
1 answer
364 views

Linear regression (Plotting a regression line)

I am trying to plot a regression line for my assignment as shown below. # Basic Libraries import numpy as np import pandas as pd import seaborn as sb import matplotlib.pyplot as plt sb.set() from ...
Melvin Lee's user avatar
1 vote
1 answer
2k views

already installed but ModuleNotFoundError: No module named 'sklearn'

I'm pretty sure I have installed scikit learn because I've tried pip install and Conda in terminal and I get the message "# All requested packages already installed." but when I run my code in Python ...
Kenneth Wong's user avatar