We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b6d11 commit 2fbc105Copy full SHA for 2fbc105
machine_learning/xgboostregressor.py
@@ -46,9 +46,9 @@ def main() -> None:
46
47
The Url for the algorithm
48
https://xgboost.readthedocs.io/en/stable/
49
- Boston house price dataset is used to demonstrate the algorithm.
+ California house price dataset is used to demonstrate the algorithm.
50
"""
51
- # Load Boston house price dataset
+ # Load California house price dataset
52
california = fetch_california_housing()
53
54
data, target = data_handling(california)
0 commit comments