janhurst / unisa-tbi

Decision Support Tool for suspected Traumatic Brain Injuries
https://unisa-tbi.azurewebsites.net
1 stars 1 forks source link

Loading code and training scripts #32

Closed janhurst closed 4 years ago

janhurst commented 4 years ago

This PR combines various notebook logic into a set of Python modules in the src directory and some minimalistic unit tests in the test directory.

A README file is included to describe how to work with these modules.

An example training script (src/train/sklean/train_decisiontreeclassifier.py) shows how to run a training script and log into Neptune.AI

Please review how the master branch will look by checking the pipelines tree and add a vote if you are ok to commit.

I will also prepare a second PR after this one, which introduces some of the backend logic plugging into Neptune AI, and the build scripts to containerize the Flask app and deployment scripts to push into Azure App Services.

janhurst commented 4 years ago

Are you guys happy with this portion of the changes? I'm going to package up another chunk that relies on these.

karthikkunala commented 4 years ago

Hi Jan,

How to add a vote here?

janhurst commented 4 years ago

How to add a vote here?

Should be an option near the top right:

image

Is it visible for you guys?

karthikkunala commented 4 years ago

How to add a vote here?

Should be an option near the top right:

image

Is it visible for you guys?

Yeah, I got it.