99-ML-Learning-Projects icon indicating copy to clipboard operation
99-ML-Learning-Projects copied to clipboard

Dependencies and libraries

Open gimseng opened this issue 5 years ago • 2 comments

For .py files, we need to have a requirement file and instruction on how to install it. There may be a need to do virtual environment or docker file deployment.

For Jupyter notebook, should we have some sort of standardised header codes to install a standard version of libraries? Also for Jupyter file, if we recommend google colab, then we don't have to worry about Jupyter notebook version and dependencies; otherwise, we should think about that.

gimseng avatar Jul 13 '20 17:07 gimseng

Not too sure about virtual environment and docker file for the moment. I basically spelled out the dependencies in my google colab running exercise 001 (see #37). For future purpose, we need to decide if this is the way we want to standardize our library requirements.

gimseng avatar Jul 15 '20 13:07 gimseng

Need to open this up. I think should have a few docs for different install requirements / dependencies:

  • [x] Google colab

  • [ ] Jupyter notebook (Jupiter lab too?)

  • [ ] Regular python files (.py)

gimseng avatar Jul 19 '20 06:07 gimseng