Skip to content

In this part of this exercise, you will implement linear regression with one variable to predict profits for a food truck. Suppose you are the CEO of a restaurant franchise and are considering different cities for opening a new outlet. The chain already has trucks in various cities, you have data for profits and populations from the cities. You …

Notifications You must be signed in to change notification settings

thehamzza/Food-Truck-Profit-Prediction-Using-Linear-Regression-Optimization

Repository files navigation

Food-Truck-Profit-Prediction-Using-Linear-Regression-Optimization

In this project I implemented linear regression with one variable to predict profits for a food truck. Suppose you are the CEO of a restaurant franchise and are considering different cities for opening a new outlet. The chain already has trucks in various cities, you have data for profits and populations from the cities. You would like to use this data to help you select which city to expand to next. The file ex1data1.txt contains the dataset for our linear regression problem. The first column is the population of a city and the second column is the profit of a food truck in that city. A negative value for profit indicates a loss.

Everything else is explained in the project report that is attached here in the form of a pdf file.

About

In this part of this exercise, you will implement linear regression with one variable to predict profits for a food truck. Suppose you are the CEO of a restaurant franchise and are considering different cities for opening a new outlet. The chain already has trucks in various cities, you have data for profits and populations from the cities. You …

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published