The repository contains all the Python snippets that can be useful while doing hangdling dataset, operations research, metaheuristics, visualization, writing paper, machine learning and doing Kaggle competitions.
snippet
requires:
- Python (>= 3.7.4)
- NumPy (>= 1.16.5)
- pandas (>= 0.25.1)
- matplotlib (>=)
- seaborn (>=)
- Bar Chart - bar-chart.ipynb
- Grid Plots - grid-plot.ipynb
- Radar Chart - radar-chart.ipynb
- Missing values
- FeatureSelector - feature_selector.py
- CategoricalEncoder - categorical_encoder.py