Interesser: geopolitikk, bøker, kosthold, børs og finans, ai + ml/dl etc. følg meg gjerne!
R² 0.576: The model explains about 57.6% of the variation in housing prices, suggesting a moderate fit to the data.
R² 0.576: The model explains about 57.6% of the variation in housing prices, suggesting a moderate fit to the data.
RMSE 0.746: The typical prediction error, giving more weight to larger errors, is around $74,600, indicating some variability in residuals.
RMSE 0.746: The typical prediction error, giving more weight to larger errors, is around $74,600, indicating some variability in residuals.
Median Income has the strongest positive correlation (0.69) with Median House Value, indicating that areas where residents earn more typically have more expensive housing
Median Income has the strongest positive correlation (0.69) with Median House Value, indicating that areas where residents earn more typically have more expensive housing
AveOccup: Average household occupancy (number of people per household)
Latitude: Geographic latitude of the district
Longitude: Geographic longitude of the district
AveOccup: Average household occupancy (number of people per household)
Latitude: Geographic latitude of the district
Longitude: Geographic longitude of the district
MedInc: Median income in the district (in tens of thousands USD)
HouseAge: Median age of houses in the district
AveRooms: Average number of rooms per household
AveBedrms: Average number of bedrooms per household
MedInc: Median income in the district (in tens of thousands USD)
HouseAge: Median age of houses in the district
AveRooms: Average number of rooms per household
AveBedrms: Average number of bedrooms per household
#MachineLearning #DataScience #ML #AI#Python #scikitlearn #Pandas #Seaborn #Matplotlib
Off-diagonal values are mis-predictions, but the model returned 100% accuracy.
This likely happens because Setosa is linearly separable, and the model successfully learned subtle feature differences between Versicolor/Virginica
Off-diagonal values are mis-predictions, but the model returned 100% accuracy.
This likely happens because Setosa is linearly separable, and the model successfully learned subtle feature differences between Versicolor/Virginica
The feature-class relationships are mostly linear, and the data is clean.
Model training below:
The feature-class relationships are mostly linear, and the data is clean.
Model training below:
Note: Higher std for petal, suggesting a larger spread of values
Note: Higher std for petal, suggesting a larger spread of values
Purpose is to classify different flowers based on 'attributes'
Purpose is to classify different flowers based on 'attributes'