├── .DS_Store ├── README.md ├── README_RUS.md ├── compress_all.sh └── solution ├── metadata.json ├── predict.py ├── train.py └── utils.py /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alxmamaev/sdsj-automl/HEAD/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alxmamaev/sdsj-automl/HEAD/README.md -------------------------------------------------------------------------------- /README_RUS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alxmamaev/sdsj-automl/HEAD/README_RUS.md -------------------------------------------------------------------------------- /compress_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alxmamaev/sdsj-automl/HEAD/compress_all.sh -------------------------------------------------------------------------------- /solution/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alxmamaev/sdsj-automl/HEAD/solution/metadata.json -------------------------------------------------------------------------------- /solution/predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alxmamaev/sdsj-automl/HEAD/solution/predict.py -------------------------------------------------------------------------------- /solution/train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alxmamaev/sdsj-automl/HEAD/solution/train.py -------------------------------------------------------------------------------- /solution/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alxmamaev/sdsj-automl/HEAD/solution/utils.py --------------------------------------------------------------------------------