Browse Source

Added extras for synapse (#916)

* Added extras for synapse

* Update Installation doc
tags/v0.1.0rc1
Li Jiang GitHub 3 years ago
parent
commit
138eb78dbc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions
  1. +1
    -0
      setup.py
  2. +6
    -0
      website/docs/Installation.md

+ 1
- 0
setup.py View File

@@ -114,6 +114,7 @@ setuptools.setup(
],
"benchmark": ["catboost>=0.26", "psutil==5.8.0", "xgboost==1.3.3"],
"openai": ["openai==0.23.1", "diskcache", "optuna==2.8.0"],
"synapse": ["joblibspark>=0.5.0", "optuna==2.8.0", "pyspark>=3.0.0"],
},
classifiers=[
"Programming Language :: Python :: 3",


+ 6
- 0
website/docs/Installation.md View File

@@ -81,6 +81,12 @@ pip install flaml[nni]
pip install flaml[blendsearch]
```

* synapse
> *To install flaml in Azure Synapse and similar cloud platform*
```bash
pip install flaml[synapse]
```

#### Test and Benchmark

* test


Loading…
Cancel
Save