Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-mansur committed Oct 17, 2021
2 parents c67ffb5 + 688b3cc commit 797710d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# vlabs-challenge
Repo to a machine learning project for VLabs Data Challenge. Regression model.
Repo to a machine learning project for VLabs Data Challenge. Based on data from 14 months of purchases, the task is to predict how much each client is going to spent on the next 90 days.

The dataset was transformed to be treated as a supervised learning regression task, the data split by chanel (Physical Store, IFood, WhatsApp, ECM or Telesales) and one model trained for each chanel with a ElasticNet algorithm. The final prediction is generated by the the sum of the predictions of each chanel for each client.

[Kaggle Competition Link](https://www.kaggle.com/c/VLabs-DC)

0 comments on commit 797710d

Please sign in to comment.