4Geeks logo
4Geeks logo
About us

Learning library

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

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

Full-Stack Software Developer

Data Science and Machine Learning - 16 wks

Search from all Lessons

Social & live learning

The most efficient way to learn: Join a cohort with classmates just like you, live streams, impromptu coding sessions, live tutorials with real experts, and stay motivated.

← Back to Projects

Continue learning for free about:

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

  • This is the opportunity to work on a company's real time problem.
  • You will put into practice a lot of skills and your time series new knowledge to try improving a default prediction model.
  • You can use the resources provided in the course, the Arima method, Prophet method, and of course continue looking for additional resources if you wish to have a different approach to the problem.

🌱 How to start this project

You will not be forking this time, please take some time to read these instructions:

  1. Create a new repository based on machine learning project by clicking here.
  2. Open the recently created repository on Gitpod by using the Gitpod button extension.
  3. Once Gitpod VSCode has finished opening you start your project following the Instructions below.

πŸš› How to deliver this project

Once you are finished creating your default prediction model, make sure to commit your changes, push to your repository and go to 4Geeks.com to upload the repository link.

πŸ“ Instructions

American Express Default Prediction

This will be a very exciting project because we will enroll in a Kaggle competition! This time you will not only deliver a solution link for the bootcamp, you will also be able to win cash prizes and increase your possibilities to be seen by a huge company, in this case, American Express!

Let's go step by step on how to do this project:

Step 1:

If you don't have it yet, create an account in kaggle.com

Step 2:

Go to the following link: https://www.kaggle.com/competitions/amex-default-prediction .

This is an amazing real time competition launched by American Express on default prediction. The purpose is to predict if a customer will default in the future.

Read the Overview information about the description of the problem, the evaluation metrics, the timeline and the prizes. Once you get an overview of the competition, you can click on the button "Join the competition" and accept the terms. Now you are in!

As you can see, the deadline to submit the prediction results is August 24th, 2022.

Also, you may have noticed the prizes which go from $40,000 to 1st place in the leaderboard to $10,000 for 4th place in the leaderboard. In addition to cash prizes to the top winners, American Express is hiring!

Highly ranked contestants who indicate their interest will be considered by American Express for interviews.

Step 3:

There is no need to repeat the work. Use Kaggle notebooks, submit your results to Kaggle, check your position on the leaderboard, and then download your finished notebook to add it to your Project repo in Github.

Don't forget in Github to follow the structure you already know by adding your pipelines to the app.py file and saving the final model in the 'models' folder.

Step 4:

In the course, add the link to your Kaggle competition submitted notebook.

Feel free to keep improving your score and position in the competition until the deadline date.

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