TuxML / size-analysis

Analysis of 125+ Linux configurations (this time for predicting/understanding kernel sizes)
2 stars 1 forks source link

Docker for experiments (IGRIDA/Grid'5000) #8

Open FAMILIAR-project opened 5 years ago

FAMILIAR-project commented 5 years ago

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:

FAMILIAR-project commented 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

FAMILIAR-project commented 5 years ago

Due to our refactoring (pkl dataset), the Docker image should be revised, but it's not a big deal.