Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mckaymatt committed Jun 15, 2016
1 parent 63e458d commit 0741b0e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Required arguments:
``batch_scoring --host=<host> --user=<user> <project_id> <model_id> <dataset_filepath> --datarobot_key=<datarobot_key> {--password=<pwd> | --api_token=<api_token>}``

Additional recommended arguments
``[--verbose] [--keep_cols=<keep_cols>] [--n_samples=<n_samples>] [--n_concurrent=<n_concurrent>]``
``[--verbose] [--keep_cols=<keep_cols>] [--n_samples=<n_samples> | --auto_sample] [--n_concurrent=<n_concurrent>]``

Additional optional arguments
``[--out=<filepath>] [--api_version=<api_version>] [--pred_name=<string>] [--timeout=<timeout>] [—-create_api_token] [--n_retry=<n_retry>] [--delimiter=<delimiter>] [--resume]``
Expand Down Expand Up @@ -90,6 +90,7 @@ The following table describes each of the arguments:
help Show help of usage.
fast Experimental: faster CSV processor. Note: does not support multiline csv.
stdout Send all log messages to stdout.
auto_sample Override "n_samples" and instead use chunks of about 1.5 MB. This can improve throughput.

============================== ===========

Expand All @@ -104,12 +105,12 @@ The `batch_scoring` command check for the existence of a .batch_scoring.ini file

The format of a `.batch_scoring.ini` file is as follows::

[batch_scoring]
host=file_host
project_id=file_project_id
model_id=file_model_id
user=file_username
password=file_password
[batch_scoring]
host=file_host
project_id=file_project_id
model_id=file_model_id
user=file_username
password=file_password


Usage Notes
Expand Down

0 comments on commit 0741b0e

Please sign in to comment.