项目作者: dsaidgovsg

项目描述 :
Python dependencies to install over jupyter-pyspark-toree-docker
高级语言: Dockerfile
项目地址: git://github.com/dsaidgovsg/jupyter-pyspark-toree-addon.git
创建时间: 2018-11-23T07:44:56Z
项目社区:https://github.com/dsaidgovsg/jupyter-pyspark-toree-addon

开源协议:MIT License

下载


Jupyter Pyspark Toree Add-On Docker Builder

CI Status

Python dependencies to install over
jupyter-pyspark-toree-docker.

Support for Python 2.7 has been removed, due to difficulty in installing
koalas (and possibly other packages in the future due to EOL).

List of Python 3 dependencies installed

  • attrs
  • catboost
  • folium
  • iso3166
  • keras
  • kmodes
  • koalas
  • matplotlib
  • numpy
  • pandas
  • pendulum==1.4.4 (Airflow uses 1.4.4)
  • plotly
  • pyarrow
  • pyjwt
  • pyproj
  • python-dateutil
  • rtree
  • scikit-learn (sklearn)
  • scipy
  • seaborn
  • shapely
  • tensorflow
  • xgboost

How to Apply CI Template

For Linux user, you can download Tera CLI v0.4 at
https://github.com/guangie88/tera-cli/releases and place it in PATH.

Otherwise, you will need cargo, which can be installed via
rustup.

Once cargo is installed, simply run cargo install tera-cli --version=^0.4.0.

Always make changes in templates/ci.yml.tmpl since the template will be
applied onto .github/workflows/ci.yml.

Run templates/apply-vars.sh to apply the template once tera-cli has been
installed.