You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a data folder containing the datasets for training and testing.
It contains a train.py file for training a model and saving it and a test.py for testing the model.
It contains a requirements.txt listing the python dependencies.
It also contains a workflow file at .github/workflows/score.yml which trains the model in train.py and then tests it using test.py and succeeds only if the score is above 0.50.