Skip to content

Latest commit

 

History

History

Linear_regression

Linear regression

  1. Example predicts food truck
  2. Example predicts house price

Nonlinear regression

  1. Example predicts Thailand population history
  2. Example predicts average income per month per household of Thailand (B.E 41-58)
  3. Example predicts Boston house-prices

Datasets

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