All Projects → rajat5ranjan → Av Ltfs Data Science Finhack Ml Hackathon

rajat5ranjan / Av Ltfs Data Science Finhack Ml Hackathon

Licence: apache-2.0
L&T Financial Services & Analytics Vidhya presents ‘DataScience FinHack’ organised by Analytics Vidhya

Projects that are alternatives of or similar to Av Ltfs Data Science Finhack Ml Hackathon

Ds With Pysimplegui
Data science and Machine Learning GUI programs/ desktop apps with PySimpleGUI package
Stars: ✭ 93 (+93.75%)
Mutual labels:  jupyter-notebook, analytics
Web Database Analytics
Web scrapping and related analytics using Python tools
Stars: ✭ 175 (+264.58%)
Mutual labels:  jupyter-notebook, analytics
Interactive machine learning
IPython widgets, interactive plots, interactive machine learning
Stars: ✭ 140 (+191.67%)
Mutual labels:  jupyter-notebook, analytics
Design Of Experiment Python
Design-of-experiment (DOE) generator for science, engineering, and statistics
Stars: ✭ 143 (+197.92%)
Mutual labels:  jupyter-notebook, analytics
Stats Maths With Python
General statistics, mathematical programming, and numerical/scientific computing scripts and notebooks in Python
Stars: ✭ 381 (+693.75%)
Mutual labels:  jupyter-notebook, analytics
Covid19 Dashboard
A site that displays up to date COVID-19 stats, powered by fastpages.
Stars: ✭ 1,212 (+2425%)
Mutual labels:  jupyter-notebook, analytics
Spark With Python
Fundamentals of Spark with Python (using PySpark), code examples
Stars: ✭ 150 (+212.5%)
Mutual labels:  jupyter-notebook, analytics
Suspeitando
Projeto de análise de contratos com suspeita de superfaturamento e má qualidade na prestação de serviços.
Stars: ✭ 76 (+58.33%)
Mutual labels:  jupyter-notebook, analytics
Covid19 Forecast Hub
Projections of COVID-19, in standardized format
Stars: ✭ 342 (+612.5%)
Mutual labels:  jupyter-notebook, analytics
Beeva Best Practices
Best Practices and Style Guides in BEEVA
Stars: ✭ 335 (+597.92%)
Mutual labels:  jupyter-notebook, analytics
Introduction Datascience Python Book
Introduction to Data Science: A Python Approach to Concepts, Techniques and Applications
Stars: ✭ 275 (+472.92%)
Mutual labels:  jupyter-notebook, analytics
Labml
🔎 Monitor deep learning model training and hardware usage from your mobile phone 📱
Stars: ✭ 508 (+958.33%)
Mutual labels:  jupyter-notebook, analytics
Agile data code 2
Code for Agile Data Science 2.0, O'Reilly 2017, Second Edition
Stars: ✭ 413 (+760.42%)
Mutual labels:  jupyter-notebook, analytics
Sciblog support
Support content for my blog
Stars: ✭ 694 (+1345.83%)
Mutual labels:  jupyter-notebook, analytics
Building Machine Learning Systems With Python Third Edition
Code repository for Building Machine Learning Systems with Python Third Edition, by Packt
Stars: ✭ 45 (-6.25%)
Mutual labels:  jupyter-notebook
Effective Pandas
Source code for my collection of articles on using pandas.
Stars: ✭ 1,042 (+2070.83%)
Mutual labels:  jupyter-notebook
Meetupmaterials
Julia中文社区活动的各种材料 Meetup Materials
Stars: ✭ 47 (-2.08%)
Mutual labels:  jupyter-notebook
Tacorn
2018/2019 TTS framework integrating state of the art open source methods
Stars: ✭ 47 (-2.08%)
Mutual labels:  jupyter-notebook
Wavelet networks
Code repository of the paper "Wavelet Networks: Scale Equivariant Learning From Raw Waveforms" https://arxiv.org/abs/2006.05259
Stars: ✭ 48 (+0%)
Mutual labels:  jupyter-notebook
Stock Data
Analyze stock data by python science tools and machine learning.
Stars: ✭ 47 (-2.08%)
Mutual labels:  jupyter-notebook

title

LTFS Data Science FinHack ( ML Hackathon)

L&T Financial Services & Analytics Vidhya presents ‘DataScience FinHack’.

In this FinHack, you will develop a model for our most common but real challenge ‘Loan Default Prediction’ & also, get a feel of our business!

If your solution adds good value to our organization, take it from us, Sky is the limit for you!

Problem Statement

Vehicle Loan Default Prediction

Financial institutions incur significant losses due to the default of vehicle loans. This has led to the tightening up of vehicle loan underwriting and increased vehicle loan rejection rates. The need for a better credit risk scoring model is also raised by these institutions. This warrants a study to estimate the determinants of vehicle loan default. A financial institution has hired you to accurately predict the probability of loanee/borrower defaulting on a vehicle loan in the first EMI (Equated Monthly Instalments) on the due date. Following Information regarding the loan and loanee are provided in the datasets:

  • Loanee Information (Demographic data like age, income, Identity proof etc.)
  • Loan Information (Disbursal details, amount, EMI, loan to value ratio etc.)
  • Bureau data & history (Bureau score, number of active accounts, the status of other loans, credit history etc.)

Doing so will ensure that clients capable of repayment are not rejected and important determinants can be identified which can be further used for minimising the default rates.

Data Description

  • train.zip contains train.csv and data_dictionary.csv.

  • train.csv contains the training data with details on loan as described in the last section

  • data_dictionary.csv contains a brief description on each variable provided in the training and test set.

  • test.csv contains details of all customers and loans for which the participants are to submit probability of default.

  • sample_submission.csv contains the submission format for the predictions against the test set. A single csv needs to be submitted as a solution.

Evaluation Metric

Submissions are evaluated on area under the ROC curve between the predicted probability and the observed target.

Public and Private Split

Test data is further randomly divided into Public (25%) and Private (75%) data. Your initial responses will be checked and scored on the Public data. The final rankings would be based on your private score which will be published once the competition is over.

Leaderboard

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].