1.3.6 • Published 5 years ago

dataagora-dml v1.3.6

Weekly downloads
7
License
ISC
Repository
github
Last release
5 years ago

Instructions on Using the DML Library

  1. Install the DML Library (must be using Python 2.7).
npm install dataagora-dml
  1. Import the library.
const dataagora = require('dataagora-dml');
  1. Set the repo_id. This should come from your newly created repo.
repo_id = sample_repo_id;
  1. Get your data. Must be of type Tensor2D.
data = getData();
  1. Bootstrap the library with your repo_id. Store the data with a repo name and wait for incoming library requests to train on your data!
dataagora.bootstrap_and_store(repo_id, data);

You can see an example in test/sample.js.

1.3.6

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago