You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note:** the content of each of the above files, can substituted for the above
321
324
`data` attribute.
@@ -326,13 +329,17 @@ The following (non-exhaustive) properties define the above implemented `data`
326
329
attribute:
327
330
328
331
-`model_id`: the numeric id value, of the generated model in the nosql
329
-
datastore.
332
+
datastore
330
333
-`model_type`: corresponds to the desired model type, which can be one of
331
334
the following:
332
335
-`classification`
333
336
-`regression`
334
337
-`session_id`: the numeric id value, that represents the dataset stored in
335
338
the sql database.
339
+
-`dataset_type`: corresponds to one of the following types:
340
+
-`dataset_url`: indication that the supplied dataset will be url references
341
+
-`file_upload`: indication that the supplied dataset(s) will be defined as a
342
+
json string within the `dataset` attribute
336
343
-`session_type`: corresponds to one of the following session types:
337
344
-`data_new`
338
345
-`data_append`
@@ -346,15 +353,16 @@ The following (non-exhaustive) properties define the above implemented `data`
346
353
-`polynomial`
347
354
-`rbf`
348
355
-`sigmoid`
356
+
-`prediction_input[]`: an array of prediction input, supplied to the generated
357
+
model to compute a prediction
349
358
350
359
### Test Scripts
351
360
352
361
This project implements [unit testing](https://en.wikipedia.org/wiki/Unit_testing),
353
-
to validate logic in a consistent fashion. Currently, only high-level unit
354
-
tests have been defined within [`pytest_svm_session.py`](https://github.com/jeff1evesque/machine-learning/blob/master/test/programmatic_interface/pytest_svm_session.py),
355
-
and [`pytest_svr_session.py`](https://github.com/jeff1evesque/machine-learning/blob/master/test/programmatic_interface/pytest_svr_session.py).
356
-
These unit tests have been automated within corresponding travis [builds](https://travis-ci.org/jeff1evesque/machine-learning),
357
-
using a series of docker containers, connected via a common docker network:
362
+
to validate logic in a consistent fashion. Currently, only [high-level](https://github.com/jeff1evesque/machine-learning/tree/master/test/live_server)
363
+
unit tests have been defined. These unit tests have been automated within corresponding
364
+
travis [builds](https://travis-ci.org/jeff1evesque/machine-learning), using
365
+
a series of docker containers, connected via a common docker network:
0 commit comments