Skip to content

This repository contains my answer to a Data Science challenge from a Fintech company in Brazil.

Notifications You must be signed in to change notification settings

jeanpro/data-science-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Data Science Challenge

This repository contains my answer to a Data Science challenge from a Fintech company in Brazil.


Challenge Description

Your goal is to predict the default probability. The "default" variable in the training dataset indicates whether the client defaulted or not. We are going to calculate the log loss based on the true value of the clients in the "puzzle_test_dataset" (not provided) and on your probabilities.


Input

  • Training dataset with multiple features related to customers buying behavior.

    • Training dataset contains label default (1 if cliente has defaulted, 0 otherwise).
  • Test dataset without labels

Expected Output

  • Customer ID and Prediction over default

Solution

Check the Jupyter Notebook attached.

Explanation

About

This repository contains my answer to a Data Science challenge from a Fintech company in Brazil.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published