Skip to content

This example demonstrates the prediction of the detail views of cars on a website from the information contained in the other columns of the data 'Items_Cars_Data.csv'. The file 'Data_description.csv' describes the columns.

License

Notifications You must be signed in to change notification settings

Randa-lab/Predicting-the-online-views-of-products-ML-Regression-

Repository files navigation

Predicting-the-online-views-of-products-ML-Regression-

This example demonstrates the prediction of the detail views of cars on a website from the information contained in the other columns of the data 'Items_Cars_Data.csv'. The file 'Data_description.csv' describes the columns. The entire chain of model development was covered: data loading, derivation of new features, exploratory data analysis, preparation of data for training, model building, cross-validation, tuning of hyperparameters, analysis of learning curves, evaluation on the hold-out set (test data), and feature importance analysis. The algorithms include Linear Regression, Support Vector Regression (SVR), Artificial Neural Network of Multi-layer Perceptron (MLP) and eXtreme Gradient Boosting (XGBoost). Transforming skewed data with log transformation efficiently improved the accuracy of the model predictions.

About

This example demonstrates the prediction of the detail views of cars on a website from the information contained in the other columns of the data 'Items_Cars_Data.csv'. The file 'Data_description.csv' describes the columns.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published