Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kriss024/anaconda-python-for-data-science

Anaconda Python 3.8.8 with TensorFlow 2 Docker image
https://github.com/kriss024/anaconda-python-for-data-science

anaconda3 data-science docker jupyter-notebook machine-learning pandas python python3 scikit-learn tensorflow2

Last synced: 16 days ago
JSON representation

Anaconda Python 3.8.8 with TensorFlow 2 Docker image

Awesome Lists containing this project

README

        

# Anaconda Python for Data Science
### Python 3.8.8 with TensorFlow 2, XGBoost, LightGBM, OpenCV libraries

## How to Use this Image
To launch the container, run the following command:

in Windows:
```cmd
docker run -it --name python3 -p 8888:8888 -v C:\Work:/home/notebooks kriss024/anaconda-python-for-data-science
```
in Windows WSL or Linux:
```bash
docker run -it --name python3 -p 8888:8888 -v "$PWD":/home/notebooks kriss024/anaconda-python-for-data-science
```

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] GeoPy
- [x] Category Encoders
- [x] Dask
- [x] ELI5
- [x] Flask
- [x] Hyperopt
- [x] Hyperopt-sklearn
- [x] imageio
- [x] Joblib
- [x] Keras
- [x] NumPy
- [x] OpenCV
- [x] Openpyxl
- [x] Pandas
- [x] Pingouin
- [x] Pillow
- [x] Plotly
- [x] psycopg2
- [x] scikit-learn
- [x] SciPy
- [x] seaborn
- [x] SHAP
- [x] Statsmodels
- [x] spaCy
- [x] SQLAlchemy
- [x] Theano
- [x] TensorFlow 2
- [x] XGBoost
- [x] LightGBM