Skip to content

In business analysis, the Apriori algorithm can be used to analyze transactional data and identify items frequently purchased together, such as pairs of items or sets of items. This information can inform marketing strategies, such as cross-selling or bundling products.

License

Notifications You must be signed in to change notification settings

NdAbdulsalaam/Predict_apartment_prices-in-mexico

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predicting Apartments Price in Mexico City

Overview

In this notebook, I developed a model aimed at predicting aparment price in Mexico city. The purpose is not to obtain the best possible prediction but rather to emphasize on the various steps needed to build such a model. I also explained the possible methods to deploy the model, these include wrapping the model in a function so that a programmer can provide inputs and then receive a prediction as output or creating an interactive dashboard, where a user can supply values and receive a prediction.

Algorithms Used

  • Linear Regression
  • Ridge

Acknowledgment

Access on

Kaggle Badge

About

In business analysis, the Apriori algorithm can be used to analyze transactional data and identify items frequently purchased together, such as pairs of items or sets of items. This information can inform marketing strategies, such as cross-selling or bundling products.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published