Skip to content

Commit 2fbc105

Browse files
authored
1 parent a7b6d11 commit 2fbc105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

machine_learning/xgboostregressor.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ def main() -> None:
4646
4747
The Url for the algorithm
4848
https://xgboost.readthedocs.io/en/stable/
49-
Boston house price dataset is used to demonstrate the algorithm.
49+
California house price dataset is used to demonstrate the algorithm.
5050
"""
51-
# Load Boston house price dataset
51+
# Load California house price dataset
5252
california = fetch_california_housing()
5353

5454
data, target = data_handling(california)

0 commit comments

Comments
 (0)