File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77```
88pip install git+https://github.com/molecule-one/m1wrapper-python
99```
10- NOTE: make sure to install package to the intended python environment.
11-
1210### Initialization:
1311``` py
1412from m1wrapper import MoleculeOneWrapper
15- m1wrapper = MoleculeOneWrapper(token )
13+ m1wrapper = MoleculeOneWrapper(api_token, ' https://app.molecule.one ' )
1614```
17- - * token * : API token you'll need to authorize in our system. You can get
15+ - * api_token * : API token you'll need to authorize in our system. You can get
1816 generate yours at https://app.molecule.one/dashboard/user/api-tokens
19- - * baseUrl * (optional): URI of the batch scoring service. Defaults to Molecule One's public
17+ - * api_base_url * (optional): URI of the batch scoring service. Defaults to Molecule One's public
2018 server, but you will need to provide custom value if you're using a dedicated solution.
2119
2220### Running batch scoring request:
You can’t perform that action at this time.
0 commit comments