Signup and get access to similar projects
Every week, we pick a real-life project to build your portfolio and get ready for a job. All projects are built with ChatGPT as co-pilot!
Start the ChallengeA tech-culture podcast where you learn to fight the enemies that blocks your way to become a successful professional in tech.
Listen the podcastFollow the instructions below:
Once you have finished solving the exercises, be sure to commit your changes, push to your repository and go to 4Geeks.com to upload the repository link.
We want to set up our company's warehouse in another location and we need to estimate the rate of sales, which has been increasing since the company's creation, for the next few months in order to provide the space we will need.
The dataset can be found in this project folder under the name sales.csv
. You can load it into the code directly from the link (https://raw.githubusercontent.com/4GeeksAcademy/alternative-time-series-project/main/sales.csv
) or download it and add it by hand in your repository.
Construct the valid data structure for the time serie, graph it, and then analyze it and answer the following questions:
NOTE: A
tensor
in a time serie is the minimum unit of time for which there is data. It can be every second, minute, hour, day, week, month...
Use the training data to find the best parameterization of your ARIMA model.
Now use the trained model with the test set and compare the points with the real ones. Measure the performance of the time serie.
Store the model in the corresponding folder.
NOTA: Solution: https://github.com/4GeeksAcademy/alternative-time-series-project/blob/main/solution.ipynb
Signup and get access to similar projects
Every week, we pick a real-life project to build your portfolio and get ready for a job. All projects are built with ChatGPT as co-pilot!
Start the ChallengeA tech-culture podcast where you learn to fight the enemies that blocks your way to become a successful professional in tech.
Listen the podcast