Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mwrites/kaggle

Walkthroughs of Kaggle Competitions
https://github.com/mwrites/kaggle

Last synced: 7 days ago
JSON representation

Walkthroughs of Kaggle Competitions

Awesome Lists containing this project

README

        

# Walkthroughs of Kaggle Competitions

[https://www.kaggle.com/mwrites](https://www.kaggle.com/mwrites)

Step by step solutions for kaggle competitions

| Competition | Solution | Score |
|---------------------------------------|-----------------------|-----------|
| [poisonous mushrooms](./fast-and-poisonous-simple-tricks-to.ipynb) | Optuna + Cudf + XGBoost | 0.98478 |
| [insurance cross selling](./insurance_cross_selling.ipynb) | Entity Embeddings, XGBoost, Target Encoding | 0.87080 |
| [disaster tweets](./tweet_disasters_nlp.ipynb) | AWD LSTM | 0.79558 |
| [paddy disease classification]() | ConvNext Multi-labels | 0.96808 |
| [us-patent-phrase-to-phrase-matching](./us_patent_phrase_matching_nlp.ipynb) | NLP ULMFit | 0.7812 |