An open API service indexing awesome lists of open source software.

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

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