Open FAMILIAR-project opened 5 years ago
We are at the step where we can execute any Python script of our git repo:
docker run -it --rm macher/sklearntux python3 size-analysis-fast.py
right now I have pre-download the .pkl
dataset, but it could well be a .csv
Due to our refactoring (pkl dataset), the Docker image should be revised, but it's not a big deal.
Right now we're using Jupyter notebooks on our personal machine: it's nice for prototyping, but for computing in the large we need a more efficient and portable solution.
I propose we build a Docker image that can launch experiments we want.
As a first proof of concept, I propose we are capable of producing the results of feature_important.ipynb.
Then the roadmap: