- Example predicts food truck
- Example predicts house price
- Example predicts Thailand population history
- Example predicts average income per month per household of Thailand (B.E 41-58)
- Example predicts Boston house-prices
| Example | Dataset file | Cites |
|---|---|---|
| Food truck | food_truck.csv | course online taught by Andrew Ng |
| House price | example_price_house_40_headcolumn.csv | |
| Thailand population history | Thailand_population_history.csv | http://countrymeters.info/en/Thailand |
| Average income per month per household of Thailand (B.E 41-58) | average_income_per_month_per_household_41-58.csv | https://data.go.th |
| Boston house-prices | use sklearn.datasets.load_boston() function load the Boston dataset instead | Boston dataset |