That's a Good Video! One small thing coefficient of correlation=0 says there is no relationship between the variables linearly but there could be non-linear relationship that's the limitation of Pearson's Correlation Coefficient
UPDATE: if you are trying to create the scatter_matrix, the plotting module has been moved from pandas.tools.plotting to pandas.plotting. So just the code should be: from pandas.plotting importscatter_matrix
Pls when I loaded the dataset with the formula exactly the way it is it bought out the record but with some errors underneath , why ? Couldn't show the mpg, cyl and disp why
That's a Good Video! One small thing coefficient of correlation=0 says there is no relationship between the variables linearly but there could be non-linear relationship that's the limitation of Pearson's Correlation Coefficient
Thank you for this video series.
that multi KDE looks amazing!
UPDATE: if you are trying to create the scatter_matrix, the plotting module has been moved from pandas.tools.plotting to pandas.plotting. So just the code should be:
from pandas.plotting importscatter_matrix
At first thank you very much
Second when I try to apply scattered matrix an error occurs that is "No module named 'pandas.tools'
delete the tool and write: pandas.plotting
I got that
You need this code:
from pandas.plotting import scatter_matrix
Pls when I loaded the dataset with the formula exactly the way it is it bought out the record but with some errors underneath , why ? Couldn't show the mpg, cyl and disp why
drop the column "model" as it is string datatype
Please explain one video how to read 3 million records in database faster way using python