Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crcrpar/fastai-optuna-rossman

The code for my Medium post =>
https://github.com/crcrpar/fastai-optuna-rossman

Last synced: 4 days ago
JSON representation

The code for my Medium post =>

Awesome Lists containing this project

README

        

This is the repository for [my Medium post](https://medium.com/@crcrpar/optuna-fastai-tabular-model-001-55777031e288).

## Requirements
- fastai v1.0.58
- Optuna v0.17.1

## How to Use this script?
Prepare the dataset under `data` directory and run `python optimize_rossman.py --pruning` if you want `"PRUNING"` and `python optimize_rossman.py` otherwise.

## How to Prepare Dataset?
See [fastai/course-v3 rossman_data_clean.ipynb](https://github.com/fastai/course-v3/blob/master/nbs/dl1/rossman_data_clean.ipynb).