4Geeks logo
4Geeks logo

Courses

Explore our extensive collection of courses designed to help you master various subjects and skills. Whether you're a beginner or an advanced learner, there's something here for everyone.

Coding Bootcamp

Learn live

Join us for our free workshops, webinars, and other events to learn more about our programs and get started on your journey to becoming a developer.

Upcoming live events

Learning library

For all the self-taught geeks out there, here is our content library with most of the learning materials we have produced throughout the years.

It makes sense to start learning by reading and watching videos about fundamentals and how things work.

Data Science and Machine Learning - 16 wks

Full-Stack Software Developer - 16w

Search from all Lessons

LoginGet Started
โ† Back to Projects

Time Series Project Tutorial

Goal

4Geeks Coding Projects tutorials and exercises for people learning to code or improving their coding skills

Difficulty

beginner

Repository

Click to open

Video

Not available

Live demo

Not available

Average duration

2 hrs

Technologies

  • Understand a new dataset.
  • Analyze the time series and study its characteristics.
  • Train a model to predict the amount of water in different areas.

๐ŸŒฑ How to start this project

Follow the instructions below:

  1. Create a new repository based on machine learning project by clicking here.
  2. Open the newly created repository in Codespace using the Codespace button extension.
  3. Once the Codespace VSCode has finished opening, start your project by following the instructions below.

๐Ÿš› How to deliver this project

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.

๐Ÿ“ Instructions

Water detection system

This project is going to be done at Kaggle. Kaggle is known for organizing data science competitions in which individuals and teams can compete to create the best model on a variety of tasks.

Specifically, we will explore a competition that has now ended, which rewarded the top performers with $25,000, distributed to the top four solutions.

Step 1: Register or log in to Kaggle

The first step to participate in a competition is to have a Kaggle account. Registration is very simple and versatile.

Step 2: Participate in the competition

Although it is closed, you can still upload your solutions and compare yourself with the rest of the competitors in the ranking. By clicking here you can access the competition where the purpose is to predict whether a customer will default in the future.

Read the information about the problem description, evaluation metrics, timeline and prizes. Once you have an overview of the competition, prepare the notebook with the code development and upload it, compare yourself with the other developers.

Follow these tips:

  • Look at the solutions proposed by other developers. Some use time series, others use supervised algorithms such as linear regression, decision trees, etc. Investigate which model might work best for this use case and explore all options.
  • Whatever model you choose, be sure to process and explore the data as studied in past modules.
  • Trial and error! Don't pretend to get the best model the first time, keep trying.

NOTE: Solution: https://github.com/4GeeksAcademy/time-series-project-tutorial/blob/main/solution.ipynb

Goal

4Geeks Coding Projects tutorials and exercises for people learning to code or improving their coding skills

Difficulty

beginner

Repository

Click to open

Video

Not available

Live demo

Not available

Average duration

2 hrs