An open API service indexing awesome lists of open source software.

https://github.com/hariprasath-v/hackerearth--cipla-data-scientist-hiring-challenge

This machine learning challenge is about predicting the loan sanction amount from the customer's basic account transaction details and requested loan amount.
https://github.com/hariprasath-v/hackerearth--cipla-data-scientist-hiring-challenge

exploratory-data-analysis gridsearchcv machine-learning matplotlib seaborn xgboost-regression

Last synced: 8 months ago
JSON representation

This machine learning challenge is about predicting the loan sanction amount from the customer's basic account transaction details and requested loan amount.

Awesome Lists containing this project

README

          

# HackerEarth--cipla-data-scientist-hiring-challenge

## Data Scientist hiring challenge hosted in HackerEarth website

## This machine learning challenge is about predicting the loan sanction amount from the customer's basic account transaction details and requested loan amount.

# File information

* cipla-data-scientist-hiring-challenge--EDA.ipynb

#### Exploratory data analysis done by using seaborn,matplotlib packages
#### Missing value visualization using missingno package

------------
* Model---cipla-data-scientist-hiring-challenge.ipynb

#### Missing value imputation and feature engineering
#### Model creation
#### Hyperparameter tuning with gridsearch cross validation
#### cross validation results visualization