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

https://github.com/vlada-pv/catboost-docker-image

The project contains a CatBoost model that makes predictions according to an uploaded csv file using a flask wrapper.
https://github.com/vlada-pv/catboost-docker-image

binary-classification catboost docker flask

Last synced: about 2 months ago
JSON representation

The project contains a CatBoost model that makes predictions according to an uploaded csv file using a flask wrapper.

Awesome Lists containing this project

README

          

# CatBoost-Docker-Image

The project should include the front and back parts. Communication between front and back is implemented via API. The front of the container is available at port :3000 The front part offers the option of uploading a scoring file in the format.csv dataset from the competition. And the option to upload the file after scoring by the model in the sample_submission

The service performs the following stages of the ML project inside the container with separate scripts:
* API
* Input file loading and data preprocessing
* Scoring of the processed dataset