Jlaventall
Results
1
issues of
Jlaventall
[https://github.com/mljar/mljar-examples/blob/master/House_price_regression/House_price_regression.ipynb](https://github.com/mljar/mljar-examples/blob/master/House_price_regression/House_price_regression.ipynb) based on sci-kit learn's own documentation, the Boston housing prices data set has some issues and should not be used: [https://scikit-learn.org/stable/modules/generated/sklearn.datasets.load_boston.html](https://scikit-learn.org/stable/modules/generated/sklearn.datasets.load_boston.html) recommend adding `from sklearn.datasets import fetch_openml` and `housing...