House-Sales
Fri 14 November 2025
# !pip install kaggle
# https://medium.com/@pumaline/easy-analysis-of-your-data-and-ml-model-using-evidently-ai-830ef0c1c4fd
# https://xgboost.readthedocs.io/en/latest/python/python_api.html
import pandas as pd
df = pd.read_csv('~/datasets/kaggle/kc_house_data.csv')
df.head()
| id | date … |
|---|
Category: evidentlyai
Read More