Skip to content
/ kaggle Public

Work done part of Kaggle competitions. This includes the capstone project done on earthquake prediction as part of the Advanced Data Science specialization using Apache Spark.

License

Notifications You must be signed in to change notification settings

jxtrbtk/kaggle

Repository files navigation

Kaggle

Work done for Kaggle competitions.

>>> Kaggle profile

APTOS 2019 Blindness Detection >>>

Detect diabetic retinopathy from retina images taken using fundus photography under a variety of imaging condition. Ingredients : Pre-trained CNNs, Efficient-Net, Ordinal Regression, Pseudo Labelling (semi-supervised learning), Multiple training, Test Time Augmentation, trust your CV !

Public kernels :

  • CNN/XGB - End-to-end (0.11) : re-train a pretrained DenseNet 161 on competition data (5 folds), extract features and then use XBG for prediction + TTA (x2)
  • CNN/XGB - End-to-end (1.54) : re-train a pretrained DenseNet 161 on extrenal+competition data, fine tune training on competition data only, extract features for XBG for prediction, blend CNN and XGB results + TTA on CNN (x4) - The final score = 0.910, corresponds to 758/798 leaderboard positions. (There is an overlap between the first phase training data and the second one, so I did not select this kernel as a final submission as the CV was not correct, unfortunately.)

LANL-Earthquake-Prediction >>>

Forecasting earthquakes for Los Alamos Nationl Laboratory.

I've used this dataset for the capstone project of the IBM Coursera certified specialization "Advanced Data Science with IBM". All the work has been done following a methodology (the Lightweight IBM Cloud Garage Method for Data Science) and I've published the following parts :

  • Initial Data exploration
  • ETL
  • Features Engineering
  • Model Definition

One of the interest of the project was to use the Apache Spark service of the IBM cloud.

The presentation of the capstone project is available on Youtube.

About

Work done part of Kaggle competitions. This includes the capstone project done on earthquake prediction as part of the Advanced Data Science specialization using Apache Spark.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published