Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/seoyeonpark1223/kaggle_rep

Kaggle Competitions
https://github.com/seoyeonpark1223/kaggle_rep

kaggle machine-learning

Last synced: 6 days ago
JSON representation

Kaggle Competitions

Awesome Lists containing this project

README

        

# Kaggle_Rep

- Repository dedicated for Kaggle Study
- My Kaggle Profile ๐Ÿ‘‰ [Kaggle](https://www.kaggle.com/trispark)
- Notion Page ๐Ÿ‘‰ [MLB Study](https://www.notion.so/Google-MLB-e9fb1b81889b4edd9a938ea73dfca248)

## General ML Problem Solving Process

1. Understanding competitionโ€™s goal regarding problem type
1. **Evaluation Method is important**
2. EDA (Exploratory Data Analysis)
1. Explore given data in various shapes
2. Visualizing data (examine critical features)
3. Baseline Model
1. Feature Engineering
2. Make a baseline model
4. Improving Performance
1. Apply various models to improve performance
2. Optimize hyper parameter
3. If the performance is not satisfiable, go back to first and second steps