https://github.com/kriss024/anaconda-python-and-pytorch-lightning
Anaconda Python 3.8.8 with PyTorch Lightning Docker image
https://github.com/kriss024/anaconda-python-and-pytorch-lightning
catboost data-science docker pyhton pytorch-lightning xgboost
Last synced: about 1 month ago
JSON representation
Anaconda Python 3.8.8 with PyTorch Lightning Docker image
- Host: GitHub
- URL: https://github.com/kriss024/anaconda-python-and-pytorch-lightning
- Owner: kriss024
- Created: 2021-08-19T19:05:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-01T20:41:38.000Z (over 3 years ago)
- Last Synced: 2025-01-25T00:19:39.389Z (3 months ago)
- Topics: catboost, data-science, docker, pyhton, pytorch-lightning, xgboost
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/kriss024/anaconda-python-and-pytorch-lightning
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anaconda Python for Data Science
### Python 3.8.8 with PyTorch Lightning and CatBoost, XGBoost, LightGBM libraries## How to Use this Image
To launch the container, run the following command:
in Windows:
```cmd
docker run -it --name lightning -p 8888:8888 -v C:\Work:/home/notebooks kriss024/anaconda-python-and-pytorch-lightning
```
in Windows WSL or Linux:
```bash
docker run -it --name lightning -p 8888:8888 -v "$PWD":/home/notebooks kriss024/anaconda-python-and-pytorch-lightning
```Navigate to [http://127.0.0.1:8888/](http://127.0.0.1:8888/) in your web browser to run the jupyter notebook
## Content
- [x] Anaconda Python 3.8.8
- [x] Jupyter Notebook
- [x] Beautiful Soup
- [x] Bokeh
- [x] CatBoost
- [x] Category Encoders
- [x] Dask
- [x] ELI5
- [x] Flask
- [x] GeoPy
- [x] Hyperopt
- [x] Hyperopt-sklearn
- [x] imageio
- [x] Joblib
- [x] NumPy
- [x] OpenCV
- [x] Openpyxl
- [x] Pandas
- [x] Pingouin
- [x] Pillow
- [x] Plotly
- [x] psycopg2
- [x] PyTorch Lightning
- [x] scikit-learn
- [x] SciPy
- [x] seaborn
- [x] SHAP
- [x] Statsmodels
- [x] spaCy
- [x] SQLAlchemy
- [x] Theano
- [x] XGBoost
- [x] LightGBM