Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danielprasetyo7952/comp-gammafest

Necessary, Insightful information towards the GAMMAFEST competition
https://github.com/danielprasetyo7952/comp-gammafest

Last synced: 4 days ago
JSON representation

Necessary, Insightful information towards the GAMMAFEST competition

Awesome Lists containing this project

README

        

# All the archives and notes from the GAMMAFEST 2023 Competition

## Notes

All necessary, insightful information that we've got along the journey in the competition

### Dataset that've been analyzed, used for practice

- [water_potability](water_potability.csv) | [Source](https://www.kaggle.com/datasets/adityakadiwal/water-potability)

### Preprocessing Pipeline

1. cek missing data dan isikan data baru | [Exploratory Data Analysis](exploratory_data_analysis.ipynb) | [Data Imputation](data_imputation.ipynb)
2. cek boxplot | [Exploratory Data Analysis](exploratory_data_analysis.ipynb)
3. cek correlation | [Exploratory Data Analysis](exploratory_data_analysis.ipynb)
4. lakukan normalisation | [Data Normalization](data_normalization.ipynb)
5. lakukan split data sebanyak 3 (training validation testing) (HOLD-OUT) atau cross validation sebanyak 5, 7, 10 putaran