Baselight

House Prices: Advanced Regression 'solution' File

(for use offline, without the risk of ruining the public leaderboard)

@kaggle.carlmcbrideellis_house_prices_advanced_regression_solution_file

Solution
@kaggle.carlmcbrideellis_house_prices_advanced_regression_solution_file.solution

  • 14.92 KB
  • 1459 rows
  • 2 columns
id

Id

saleprice

SalePrice

1461105000
1462172000
1463189900
1464195500
1465191500
1466175900
1467185000
1468180400
1469171500
1470126000

CREATE TABLE solution (
  "id" BIGINT,
  "saleprice" DOUBLE
);

Share link

Anyone who has the link will be able to view this.