-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnexosis-api-postman-collection.json
2964 lines (2964 loc) · 255 KB
/
nexosis-api-postman-collection.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"info": {
"name": "Nexosis API",
"_postman_id": "50d8bee7-16df-90a7-0c4c-bc61cea47da2",
"description": "",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Datasets",
"description": "Folder for data",
"item": [
{
"name": "Add Data (or Update)",
"request": {
"method": "PUT",
"header": [
{
"key": "api-key",
"value": "{{api-key}}",
"description": "Nexosis API Access Key - https://developers.nexosis.com/developer"
},
{
"key": "Content-Type",
"value": "text/csv",
"description": "Set to submit CSV content in Request Body.",
"disabled": true
},
{
"key": "Content-Type",
"value": "application/json",
"description": "Set to submit JSON content in Request Body."
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "{{base-url}}/data/:dataSetName",
"host": [
"{{base-url}}"
],
"path": [
"data",
":dataSetName"
],
"variable": [
{
"key": "dataSetName",
"value": "titanic",
"description": "Name of the dataset to which to add data."
}
]
},
"description": "#### Adds data to a particular dataset\r\n\r\nThis operation creates a new dataset with the specified rows, or if the dataset already exists, adds rows to the dataset.\r\nIf the specified data contains records with timestamps that already exist in the dataset, those records will be overwritten.\r\n<br />\r\nDataset rows can be sent in the body as either application/json or text/csv (CRLF line endings only).\r\n<para>\r\nSee also <a href=\"http://docs.nexosis.com/guides/sendingdata\" target=\"_blank\">Sending Data</a> for more\r\ndetails about how to upload your data. Read <a href=\"http://docs.nexosis.com/guides/importingdata\">here</a> to see how you can upload from S3.\r\n</para>\r\n\r\n# Request URL\r\nPUT https://ml.nexosis.com/v1/data/{dataSetName}"
},
"response": [
{
"id": "622b7630-7d8c-4de6-9290-d02fe79265c3",
"name": "Add dataset called `iris`",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Accept",
"value": "application/json, text/json"
},
{
"key": "Content-Type",
"type": "text",
"name": "Content-Type",
"value": "application/json"
},
{
"key": "api-key",
"value": "{{api-key}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n\t\"data\": \r\n\t[\r\n\t {\r\n\t\t\"sepal_len\": 5.1,\r\n\t\t\"sepal_width\": 3.5,\r\n\t\t\"petal_len\": 1.4,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 4.9,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 1.4,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 4.7,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 1.3,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 4.6,\r\n\t\t\"sepal_width\": 3.1,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5,\r\n\t\t\"sepal_width\": 3.6,\r\n\t\t\"petal_len\": 1.4,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.4,\r\n\t\t\"sepal_width\": 3.9,\r\n\t\t\"petal_len\": 1.7,\r\n\t\t\"petal_width\": 0.4,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 4.6,\r\n\t\t\"sepal_width\": 3.4,\r\n\t\t\"petal_len\": 1.4,\r\n\t\t\"petal_width\": 0.3,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5,\r\n\t\t\"sepal_width\": 3.4,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 4.4,\r\n\t\t\"sepal_width\": 2.9,\r\n\t\t\"petal_len\": 1.4,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 4.9,\r\n\t\t\"sepal_width\": 3.1,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.1,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.4,\r\n\t\t\"sepal_width\": 3.7,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 4.8,\r\n\t\t\"sepal_width\": 3.4,\r\n\t\t\"petal_len\": 1.6,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 4.8,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 1.4,\r\n\t\t\"petal_width\": 0.1,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 4.3,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 1.1,\r\n\t\t\"petal_width\": 0.1,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.8,\r\n\t\t\"sepal_width\": 4,\r\n\t\t\"petal_len\": 1.2,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.7,\r\n\t\t\"sepal_width\": 4.4,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.4,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.4,\r\n\t\t\"sepal_width\": 3.9,\r\n\t\t\"petal_len\": 1.3,\r\n\t\t\"petal_width\": 0.4,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.1,\r\n\t\t\"sepal_width\": 3.5,\r\n\t\t\"petal_len\": 1.4,\r\n\t\t\"petal_width\": 0.3,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.7,\r\n\t\t\"sepal_width\": 3.8,\r\n\t\t\"petal_len\": 1.7,\r\n\t\t\"petal_width\": 0.3,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.1,\r\n\t\t\"sepal_width\": 3.8,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.3,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.4,\r\n\t\t\"sepal_width\": 3.4,\r\n\t\t\"petal_len\": 1.7,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.1,\r\n\t\t\"sepal_width\": 3.7,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.4,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 4.6,\r\n\t\t\"sepal_width\": 3.6,\r\n\t\t\"petal_len\": 1,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.1,\r\n\t\t\"sepal_width\": 3.3,\r\n\t\t\"petal_len\": 1.7,\r\n\t\t\"petal_width\": 0.5,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 4.8,\r\n\t\t\"sepal_width\": 3.4,\r\n\t\t\"petal_len\": 1.9,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 1.6,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5,\r\n\t\t\"sepal_width\": 3.4,\r\n\t\t\"petal_len\": 1.6,\r\n\t\t\"petal_width\": 0.4,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.2,\r\n\t\t\"sepal_width\": 3.5,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.2,\r\n\t\t\"sepal_width\": 3.4,\r\n\t\t\"petal_len\": 1.4,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 4.7,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 1.6,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 4.8,\r\n\t\t\"sepal_width\": 3.1,\r\n\t\t\"petal_len\": 1.6,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.4,\r\n\t\t\"sepal_width\": 3.4,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.4,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.2,\r\n\t\t\"sepal_width\": 4.1,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.1,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.5,\r\n\t\t\"sepal_width\": 4.2,\r\n\t\t\"petal_len\": 1.4,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 4.9,\r\n\t\t\"sepal_width\": 3.1,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.1,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 1.2,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.5,\r\n\t\t\"sepal_width\": 3.5,\r\n\t\t\"petal_len\": 1.3,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 4.9,\r\n\t\t\"sepal_width\": 3.1,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.1,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 4.4,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 1.3,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.1,\r\n\t\t\"sepal_width\": 3.4,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5,\r\n\t\t\"sepal_width\": 3.5,\r\n\t\t\"petal_len\": 1.3,\r\n\t\t\"petal_width\": 0.3,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 4.5,\r\n\t\t\"sepal_width\": 2.3,\r\n\t\t\"petal_len\": 1.3,\r\n\t\t\"petal_width\": 0.3,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 4.4,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 1.3,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5,\r\n\t\t\"sepal_width\": 3.5,\r\n\t\t\"petal_len\": 1.6,\r\n\t\t\"petal_width\": 0.6,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.1,\r\n\t\t\"sepal_width\": 3.8,\r\n\t\t\"petal_len\": 1.9,\r\n\t\t\"petal_width\": 0.4,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 4.8,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 1.4,\r\n\t\t\"petal_width\": 0.3,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.1,\r\n\t\t\"sepal_width\": 3.8,\r\n\t\t\"petal_len\": 1.6,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 4.6,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 1.4,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.3,\r\n\t\t\"sepal_width\": 3.7,\r\n\t\t\"petal_len\": 1.5,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5,\r\n\t\t\"sepal_width\": 3.3,\r\n\t\t\"petal_len\": 1.4,\r\n\t\t\"petal_width\": 0.2,\r\n\t\t\"iris\": \"setosa\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 7,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 4.7,\r\n\t\t\"petal_width\": 1.4,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.4,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 4.5,\r\n\t\t\"petal_width\": 1.5,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.9,\r\n\t\t\"sepal_width\": 3.1,\r\n\t\t\"petal_len\": 4.9,\r\n\t\t\"petal_width\": 1.5,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.5,\r\n\t\t\"sepal_width\": 2.3,\r\n\t\t\"petal_len\": 4,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.5,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 4.6,\r\n\t\t\"petal_width\": 1.5,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.7,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 4.5,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.3,\r\n\t\t\"sepal_width\": 3.3,\r\n\t\t\"petal_len\": 4.7,\r\n\t\t\"petal_width\": 1.6,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 4.9,\r\n\t\t\"sepal_width\": 2.4,\r\n\t\t\"petal_len\": 3.3,\r\n\t\t\"petal_width\": 1,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.6,\r\n\t\t\"sepal_width\": 2.9,\r\n\t\t\"petal_len\": 4.6,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.2,\r\n\t\t\"sepal_width\": 2.7,\r\n\t\t\"petal_len\": 3.9,\r\n\t\t\"petal_width\": 1.4,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5,\r\n\t\t\"sepal_width\": 2,\r\n\t\t\"petal_len\": 3.5,\r\n\t\t\"petal_width\": 1,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.9,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 4.2,\r\n\t\t\"petal_width\": 1.5,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6,\r\n\t\t\"sepal_width\": 2.2,\r\n\t\t\"petal_len\": 4,\r\n\t\t\"petal_width\": 1,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.1,\r\n\t\t\"sepal_width\": 2.9,\r\n\t\t\"petal_len\": 4.7,\r\n\t\t\"petal_width\": 1.4,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.6,\r\n\t\t\"sepal_width\": 2.9,\r\n\t\t\"petal_len\": 3.6,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.7,\r\n\t\t\"sepal_width\": 3.1,\r\n\t\t\"petal_len\": 4.4,\r\n\t\t\"petal_width\": 1.4,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.6,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 4.5,\r\n\t\t\"petal_width\": 1.5,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.8,\r\n\t\t\"sepal_width\": 2.7,\r\n\t\t\"petal_len\": 4.1,\r\n\t\t\"petal_width\": 1,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.2,\r\n\t\t\"sepal_width\": 2.2,\r\n\t\t\"petal_len\": 4.5,\r\n\t\t\"petal_width\": 1.5,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.6,\r\n\t\t\"sepal_width\": 2.5,\r\n\t\t\"petal_len\": 3.9,\r\n\t\t\"petal_width\": 1.1,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.9,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 4.8,\r\n\t\t\"petal_width\": 1.8,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.1,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 4,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.3,\r\n\t\t\"sepal_width\": 2.5,\r\n\t\t\"petal_len\": 4.9,\r\n\t\t\"petal_width\": 1.5,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.1,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 4.7,\r\n\t\t\"petal_width\": 1.2,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.4,\r\n\t\t\"sepal_width\": 2.9,\r\n\t\t\"petal_len\": 4.3,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.6,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 4.4,\r\n\t\t\"petal_width\": 1.4,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.8,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 4.8,\r\n\t\t\"petal_width\": 1.4,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.7,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 5,\r\n\t\t\"petal_width\": 1.7,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6,\r\n\t\t\"sepal_width\": 2.9,\r\n\t\t\"petal_len\": 4.5,\r\n\t\t\"petal_width\": 1.5,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.7,\r\n\t\t\"sepal_width\": 2.6,\r\n\t\t\"petal_len\": 3.5,\r\n\t\t\"petal_width\": 1,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.5,\r\n\t\t\"sepal_width\": 2.4,\r\n\t\t\"petal_len\": 3.8,\r\n\t\t\"petal_width\": 1.1,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.5,\r\n\t\t\"sepal_width\": 2.4,\r\n\t\t\"petal_len\": 3.7,\r\n\t\t\"petal_width\": 1,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.8,\r\n\t\t\"sepal_width\": 2.7,\r\n\t\t\"petal_len\": 3.9,\r\n\t\t\"petal_width\": 1.2,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6,\r\n\t\t\"sepal_width\": 2.7,\r\n\t\t\"petal_len\": 5.1,\r\n\t\t\"petal_width\": 1.6,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.4,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 4.5,\r\n\t\t\"petal_width\": 1.5,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6,\r\n\t\t\"sepal_width\": 3.4,\r\n\t\t\"petal_len\": 4.5,\r\n\t\t\"petal_width\": 1.6,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.7,\r\n\t\t\"sepal_width\": 3.1,\r\n\t\t\"petal_len\": 4.7,\r\n\t\t\"petal_width\": 1.5,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.3,\r\n\t\t\"sepal_width\": 2.3,\r\n\t\t\"petal_len\": 4.4,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.6,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 4.1,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.5,\r\n\t\t\"sepal_width\": 2.5,\r\n\t\t\"petal_len\": 4,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.5,\r\n\t\t\"sepal_width\": 2.6,\r\n\t\t\"petal_len\": 4.4,\r\n\t\t\"petal_width\": 1.2,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.1,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 4.6,\r\n\t\t\"petal_width\": 1.4,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.8,\r\n\t\t\"sepal_width\": 2.6,\r\n\t\t\"petal_len\": 4,\r\n\t\t\"petal_width\": 1.2,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5,\r\n\t\t\"sepal_width\": 2.3,\r\n\t\t\"petal_len\": 3.3,\r\n\t\t\"petal_width\": 1,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.6,\r\n\t\t\"sepal_width\": 2.7,\r\n\t\t\"petal_len\": 4.2,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.7,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 4.2,\r\n\t\t\"petal_width\": 1.2,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.7,\r\n\t\t\"sepal_width\": 2.9,\r\n\t\t\"petal_len\": 4.2,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.2,\r\n\t\t\"sepal_width\": 2.9,\r\n\t\t\"petal_len\": 4.3,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.1,\r\n\t\t\"sepal_width\": 2.5,\r\n\t\t\"petal_len\": 3,\r\n\t\t\"petal_width\": 1.1,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.7,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 4.1,\r\n\t\t\"petal_width\": 1.3,\r\n\t\t\"iris\": \"versicolor\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.3,\r\n\t\t\"sepal_width\": 3.3,\r\n\t\t\"petal_len\": 6,\r\n\t\t\"petal_width\": 2.5,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.8,\r\n\t\t\"sepal_width\": 2.7,\r\n\t\t\"petal_len\": 5.1,\r\n\t\t\"petal_width\": 1.9,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 7.1,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 5.9,\r\n\t\t\"petal_width\": 2.1,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.3,\r\n\t\t\"sepal_width\": 2.9,\r\n\t\t\"petal_len\": 5.6,\r\n\t\t\"petal_width\": 1.8,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.5,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 5.8,\r\n\t\t\"petal_width\": 2.2,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 7.6,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 6.6,\r\n\t\t\"petal_width\": 2.1,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 4.9,\r\n\t\t\"sepal_width\": 2.5,\r\n\t\t\"petal_len\": 4.5,\r\n\t\t\"petal_width\": 1.7,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 7.3,\r\n\t\t\"sepal_width\": 2.9,\r\n\t\t\"petal_len\": 6.3,\r\n\t\t\"petal_width\": 1.8,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.7,\r\n\t\t\"sepal_width\": 2.5,\r\n\t\t\"petal_len\": 5.8,\r\n\t\t\"petal_width\": 1.8,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 7.2,\r\n\t\t\"sepal_width\": 3.6,\r\n\t\t\"petal_len\": 6.1,\r\n\t\t\"petal_width\": 2.5,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.5,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 5.1,\r\n\t\t\"petal_width\": 2,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.4,\r\n\t\t\"sepal_width\": 2.7,\r\n\t\t\"petal_len\": 5.3,\r\n\t\t\"petal_width\": 1.9,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.8,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 5.5,\r\n\t\t\"petal_width\": 2.1,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.7,\r\n\t\t\"sepal_width\": 2.5,\r\n\t\t\"petal_len\": 5,\r\n\t\t\"petal_width\": 2,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.8,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 5.1,\r\n\t\t\"petal_width\": 2.4,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.4,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 5.3,\r\n\t\t\"petal_width\": 2.3,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.5,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 5.5,\r\n\t\t\"petal_width\": 1.8,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 7.7,\r\n\t\t\"sepal_width\": 3.8,\r\n\t\t\"petal_len\": 6.7,\r\n\t\t\"petal_width\": 2.2,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 7.7,\r\n\t\t\"sepal_width\": 2.6,\r\n\t\t\"petal_len\": 6.9,\r\n\t\t\"petal_width\": 2.3,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6,\r\n\t\t\"sepal_width\": 2.2,\r\n\t\t\"petal_len\": 5,\r\n\t\t\"petal_width\": 1.5,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.9,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 5.7,\r\n\t\t\"petal_width\": 2.3,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.6,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 4.9,\r\n\t\t\"petal_width\": 2,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 7.7,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 6.7,\r\n\t\t\"petal_width\": 2,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.3,\r\n\t\t\"sepal_width\": 2.7,\r\n\t\t\"petal_len\": 4.9,\r\n\t\t\"petal_width\": 1.8,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.7,\r\n\t\t\"sepal_width\": 3.3,\r\n\t\t\"petal_len\": 5.7,\r\n\t\t\"petal_width\": 2.1,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 7.2,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 6,\r\n\t\t\"petal_width\": 1.8,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.2,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 4.8,\r\n\t\t\"petal_width\": 1.8,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.1,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 4.9,\r\n\t\t\"petal_width\": 1.8,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.4,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 5.6,\r\n\t\t\"petal_width\": 2.1,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 7.2,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 5.8,\r\n\t\t\"petal_width\": 1.6,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 7.4,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 6.1,\r\n\t\t\"petal_width\": 1.9,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 7.9,\r\n\t\t\"sepal_width\": 3.8,\r\n\t\t\"petal_len\": 6.4,\r\n\t\t\"petal_width\": 2,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.4,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 5.6,\r\n\t\t\"petal_width\": 2.2,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.3,\r\n\t\t\"sepal_width\": 2.8,\r\n\t\t\"petal_len\": 5.1,\r\n\t\t\"petal_width\": 1.5,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.1,\r\n\t\t\"sepal_width\": 2.6,\r\n\t\t\"petal_len\": 5.6,\r\n\t\t\"petal_width\": 1.4,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 7.7,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 6.1,\r\n\t\t\"petal_width\": 2.3,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.3,\r\n\t\t\"sepal_width\": 3.4,\r\n\t\t\"petal_len\": 5.6,\r\n\t\t\"petal_width\": 2.4,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.4,\r\n\t\t\"sepal_width\": 3.1,\r\n\t\t\"petal_len\": 5.5,\r\n\t\t\"petal_width\": 1.8,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 4.8,\r\n\t\t\"petal_width\": 1.8,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.9,\r\n\t\t\"sepal_width\": 3.1,\r\n\t\t\"petal_len\": 5.4,\r\n\t\t\"petal_width\": 2.1,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.7,\r\n\t\t\"sepal_width\": 3.1,\r\n\t\t\"petal_len\": 5.6,\r\n\t\t\"petal_width\": 2.4,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.9,\r\n\t\t\"sepal_width\": 3.1,\r\n\t\t\"petal_len\": 5.1,\r\n\t\t\"petal_width\": 2.3,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.8,\r\n\t\t\"sepal_width\": 2.7,\r\n\t\t\"petal_len\": 5.1,\r\n\t\t\"petal_width\": 1.9,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.8,\r\n\t\t\"sepal_width\": 3.2,\r\n\t\t\"petal_len\": 5.9,\r\n\t\t\"petal_width\": 2.3,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.7,\r\n\t\t\"sepal_width\": 3.3,\r\n\t\t\"petal_len\": 5.7,\r\n\t\t\"petal_width\": 2.5,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.7,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 5.2,\r\n\t\t\"petal_width\": 2.3,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.3,\r\n\t\t\"sepal_width\": 2.5,\r\n\t\t\"petal_len\": 5,\r\n\t\t\"petal_width\": 1.9,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.5,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 5.2,\r\n\t\t\"petal_width\": 2,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 6.2,\r\n\t\t\"sepal_width\": 3.4,\r\n\t\t\"petal_len\": 5.4,\r\n\t\t\"petal_width\": 2.3,\r\n\t\t\"iris\": \"virginica\"\r\n\t },\r\n\t {\r\n\t\t\"sepal_len\": 5.9,\r\n\t\t\"sepal_width\": 3,\r\n\t\t\"petal_len\": 5.1,\r\n\t\t\"petal_width\": 1.8,\r\n\t\t\"iris\": \"virginica\"\r\n\t }\r\n\t]\r\n}"
},
"url": {
"raw": "{{base-url}}/data/:dataSetName",
"host": [
"{{base-url}}"
],
"path": [
"data",
":dataSetName"
],
"variable": [
{
"key": "dataSetName",
"value": "iris",
"description": "Name of the dataset to which to add data."
}
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json; charset=utf-8",
"name": "Content-Type",
"description": "The mime type of this content"
},
{
"key": "Date",
"value": "Wed, 24 Jan 2018 22:02:28 GMT",
"name": "Date",
"description": "The date and time that the message was sent"
},
{
"key": "Location",
"value": "http://gateway.uat.nexosisdev.com/data/iris",
"name": "Location",
"description": "Used in redirection, or when a new resource has been created."
},
{
"key": "Nexosis-Account-Balance",
"value": "0.00 USD",
"name": "Nexosis-Account-Balance",
"description": "Custom header"
},
{
"key": "Nexosis-Account-DataSetCount-Allotted",
"value": "200",
"name": "Nexosis-Account-DataSetCount-Allotted",
"description": "Custom header"
},
{
"key": "Nexosis-Account-DataSetCount-Current",
"value": "18",
"name": "Nexosis-Account-DataSetCount-Current",
"description": "Custom header"
},
{
"key": "Nexosis-Account-PredictionCount-Allotted",
"value": "250000",
"name": "Nexosis-Account-PredictionCount-Allotted",
"description": "Custom header"
},
{
"key": "Nexosis-Account-PredictionCount-Current",
"value": "418",
"name": "Nexosis-Account-PredictionCount-Current",
"description": "Custom header"
},
{
"key": "Nexosis-Account-SessionCount-Allotted",
"value": "3500",
"name": "Nexosis-Account-SessionCount-Allotted",
"description": "Custom header"
},
{
"key": "Nexosis-Account-SessionCount-Current",
"value": "0",
"name": "Nexosis-Account-SessionCount-Current",
"description": "Custom header"
},
{
"key": "Nexosis-Request-Cost",
"value": "0.00 USD",
"name": "Nexosis-Request-Cost",
"description": "Custom header"
},
{
"key": "Transfer-Encoding",
"value": "chunked",
"name": "Transfer-Encoding",
"description": "The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."
}
],
"cookie": [],
"responseTime": "505",
"body": "{\"dataSetName\":\"iris\",\"dataSetSize\":3658,\"isTimeSeries\":false,\"columns\":{\"sepal_len\":{\"dataType\":\"numeric\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"sepal_width\":{\"dataType\":\"numeric\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"petal_len\":{\"dataType\":\"numeric\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"petal_width\":{\"dataType\":\"numeric\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"iris\":{\"dataType\":\"string\",\"imputation\":\"mode\",\"aggregation\":\"mode\"}},\"links\":[{\"rel\":\"data\",\"href\":\"https://api.uat.nexosisdev.com/v1/data/iris\"}]}"
},
{
"id": "9055a7d3-3af0-479b-a901-ac68135e5ddc",
"name": "Add dataset `titanic`",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "api-key",
"value": "{{api-key}}"
},
{
"key": "Content-Type",
"value": "text/csv"
}
],
"body": {
"mode": "raw",
"raw": "Survived,Pclass,Embarked,Sex,Age,SibSp,Parch,Fare,Cabin\r\n0,3,S,male,22,1,0,7.25,\r\n1,1,C,female,38,1,0,71.2833,C85\r\n1,3,S,female,26,0,0,7.925,\r\n1,1,S,female,35,1,0,53.1,C123\r\n0,3,S,male,35,0,0,8.05,\r\n0,3,Q,male,,0,0,8.4583,\r\n0,1,S,male,54,0,0,51.8625,E46\r\n0,3,S,male,2,3,1,21.075,\r\n1,3,S,female,27,0,2,11.1333,\r\n1,2,C,female,14,1,0,30.0708,\r\n1,3,S,female,4,1,1,16.7,G6\r\n1,1,S,female,58,0,0,26.55,C103\r\n0,3,S,male,20,0,0,8.05,\r\n0,3,S,male,39,1,5,31.275,\r\n0,3,S,female,14,0,0,7.8542,\r\n1,2,S,female,55,0,0,16,\r\n0,3,Q,male,2,4,1,29.125,\r\n1,2,S,male,,0,0,13,\r\n0,3,S,female,31,1,0,18,\r\n1,3,C,female,,0,0,7.225,\r\n0,2,S,male,35,0,0,26,\r\n1,2,S,male,34,0,0,13,D56\r\n1,3,Q,female,15,0,0,8.0292,\r\n1,1,S,male,28,0,0,35.5,A6\r\n0,3,S,female,8,3,1,21.075,\r\n1,3,S,female,38,1,5,31.3875,\r\n0,3,C,male,,0,0,7.225,\r\n0,1,S,male,19,3,2,263,C23 C25 C27\r\n1,3,Q,female,,0,0,7.8792,\r\n0,3,S,male,,0,0,7.8958,\r\n0,1,C,male,40,0,0,27.7208,\r\n1,1,C,female,,1,0,146.5208,B78\r\n1,3,Q,female,,0,0,7.75,\r\n0,2,S,male,66,0,0,10.5,\r\n0,1,C,male,28,1,0,82.1708,\r\n0,1,S,male,42,1,0,52,\r\n1,3,C,male,,0,0,7.2292,\r\n0,3,S,male,21,0,0,8.05,\r\n0,3,S,female,18,2,0,18,\r\n1,3,C,female,14,1,0,11.2417,\r\n0,3,S,female,40,1,0,9.475,\r\n0,2,S,female,27,1,0,21,\r\n0,3,C,male,,0,0,7.8958,\r\n1,2,C,female,3,1,2,41.5792,\r\n1,3,Q,female,19,0,0,7.8792,\r\n0,3,S,male,,0,0,8.05,\r\n0,3,Q,male,,1,0,15.5,\r\n1,3,Q,female,,0,0,7.75,\r\n0,3,C,male,,2,0,21.6792,\r\n0,3,S,female,18,1,0,17.8,\r\n0,3,S,male,7,4,1,39.6875,\r\n0,3,S,male,21,0,0,7.8,\r\n1,1,C,female,49,1,0,76.7292,D33\r\n1,2,S,female,29,1,0,26,\r\n0,1,C,male,65,0,1,61.9792,B30\r\n1,1,S,male,,0,0,35.5,C52\r\n1,2,S,female,21,0,0,10.5,\r\n0,3,C,male,28.5,0,0,7.2292,\r\n1,2,S,female,5,1,2,27.75,\r\n0,3,S,male,11,5,2,46.9,\r\n0,3,C,male,22,0,0,7.2292,\r\n1,1,,female,38,0,0,80,B28\r\n0,1,S,male,45,1,0,83.475,C83\r\n0,3,S,male,4,3,2,27.9,\r\n0,1,C,male,,0,0,27.7208,\r\n1,3,C,male,,1,1,15.2458,\r\n1,2,S,female,29,0,0,10.5,F33\r\n0,3,S,male,19,0,0,8.1583,\r\n1,3,S,female,17,4,2,7.925,\r\n0,3,S,male,26,2,0,8.6625,\r\n0,2,S,male,32,0,0,10.5,\r\n0,3,S,female,16,5,2,46.9,\r\n0,2,S,male,21,0,0,73.5,\r\n0,3,C,male,26,1,0,14.4542,\r\n1,3,S,male,32,0,0,56.4958,\r\n0,3,S,male,25,0,0,7.65,F G73\r\n0,3,S,male,,0,0,7.8958,\r\n0,3,S,male,,0,0,8.05,\r\n1,2,S,male,0.83,0,2,29,\r\n1,3,S,female,30,0,0,12.475,\r\n0,3,S,male,22,0,0,9,\r\n1,3,S,male,29,0,0,9.5,\r\n1,3,Q,female,,0,0,7.7875,\r\n0,1,S,male,28,0,0,47.1,\r\n1,2,S,female,17,0,0,10.5,\r\n1,3,S,female,33,3,0,15.85,\r\n0,3,S,male,16,1,3,34.375,\r\n0,3,S,male,,0,0,8.05,\r\n1,1,S,female,23,3,2,263,C23 C25 C27\r\n0,3,S,male,24,0,0,8.05,\r\n0,3,S,male,29,0,0,8.05,\r\n0,3,S,male,20,0,0,7.8542,\r\n0,1,S,male,46,1,0,61.175,E31\r\n0,3,S,male,26,1,2,20.575,\r\n0,3,S,male,59,0,0,7.25,\r\n0,3,S,male,,0,0,8.05,\r\n0,1,C,male,71,0,0,34.6542,A5\r\n1,1,C,male,23,0,1,63.3583,D10 D12\r\n1,2,S,female,34,0,1,23,\r\n0,2,S,male,34,1,0,26,\r\n0,3,S,female,28,0,0,7.8958,\r\n0,3,S,male,,0,0,7.8958,\r\n0,1,S,male,21,0,1,77.2875,D26\r\n0,3,S,male,33,0,0,8.6542,\r\n0,3,S,male,37,2,0,7.925,\r\n0,3,S,male,28,0,0,7.8958,\r\n1,3,S,female,21,0,0,7.65,\r\n1,3,S,male,,0,0,7.775,\r\n0,3,S,male,38,0,0,7.8958,\r\n1,3,Q,female,,1,0,24.15,\r\n0,1,S,male,47,0,0,52,C110\r\n0,3,C,female,14.5,1,0,14.4542,\r\n0,3,S,male,22,0,0,8.05,\r\n0,3,S,female,20,1,0,9.825,\r\n0,3,C,female,17,0,0,14.4583,\r\n0,3,S,male,21,0,0,7.925,\r\n0,3,Q,male,70.5,0,0,7.75,\r\n0,2,S,male,29,1,0,21,\r\n0,1,C,male,24,0,1,247.5208,B58 B60\r\n0,3,S,female,2,4,2,31.275,\r\n0,2,S,male,21,2,0,73.5,\r\n0,3,S,male,,0,0,8.05,\r\n0,2,C,male,32.5,1,0,30.0708,\r\n1,2,S,female,32.5,0,0,13,E101\r\n0,1,S,male,54,0,1,77.2875,D26\r\n1,3,C,male,12,1,0,11.2417,\r\n0,3,Q,male,,0,0,7.75,\r\n1,3,S,male,24,0,0,7.1417,\r\n1,3,C,female,,1,1,22.3583,F E69\r\n0,3,S,male,45,0,0,6.975,\r\n0,3,C,male,33,0,0,7.8958,\r\n0,3,S,male,20,0,0,7.05,\r\n0,3,S,female,47,1,0,14.5,\r\n1,2,S,female,29,1,0,26,\r\n0,2,S,male,25,0,0,13,\r\n0,2,C,male,23,0,0,15.0458,\r\n1,1,S,female,19,0,2,26.2833,D47\r\n0,1,S,male,37,1,0,53.1,C123\r\n0,3,S,male,16,0,0,9.2167,\r\n0,1,C,male,24,0,0,79.2,B86\r\n0,3,C,female,,0,2,15.2458,\r\n1,3,S,female,22,0,0,7.75,\r\n1,3,S,female,24,1,0,15.85,\r\n0,3,Q,male,19,0,0,6.75,\r\n0,2,S,male,18,0,0,11.5,\r\n0,2,S,male,19,1,1,36.75,\r\n1,3,S,male,27,0,0,7.7958,\r\n0,3,S,female,9,2,2,34.375,\r\n0,2,S,male,36.5,0,2,26,F2\r\n0,2,S,male,42,0,0,13,\r\n0,2,S,male,51,0,0,12.525,\r\n1,1,S,female,22,1,0,66.6,C2\r\n0,3,S,male,55.5,0,0,8.05,\r\n0,3,S,male,40.5,0,2,14.5,\r\n0,3,S,male,,0,0,7.3125,\r\n0,1,C,male,51,0,1,61.3792,\r\n1,3,Q,female,16,0,0,7.7333,\r\n0,3,S,male,30,0,0,8.05,\r\n0,3,S,male,,0,0,8.6625,\r\n0,3,S,male,,8,2,69.55,\r\n0,3,S,male,44,0,1,16.1,\r\n1,2,S,female,40,0,0,15.75,\r\n0,3,S,male,26,0,0,7.775,\r\n0,3,S,male,17,0,0,8.6625,\r\n0,3,S,male,1,4,1,39.6875,\r\n1,3,S,male,9,0,2,20.525,\r\n1,1,S,female,,0,1,55,E33\r\n0,3,S,female,45,1,4,27.9,\r\n0,1,S,male,,0,0,25.925,\r\n0,3,S,male,28,0,0,56.4958,\r\n0,1,S,male,61,0,0,33.5,B19\r\n0,3,Q,male,4,4,1,29.125,\r\n1,3,S,female,1,1,1,11.1333,\r\n0,3,S,male,21,0,0,7.925,\r\n0,1,C,male,56,0,0,30.6958,A7\r\n0,3,S,male,18,1,1,7.8542,\r\n0,3,S,male,,3,1,25.4667,\r\n0,1,C,female,50,0,0,28.7125,C49\r\n0,2,S,male,30,0,0,13,\r\n0,3,S,male,36,0,0,0,\r\n0,3,S,female,,8,2,69.55,\r\n0,2,C,male,,0,0,15.05,\r\n0,3,S,male,9,4,2,31.3875,\r\n1,2,S,male,1,2,1,39,F4\r\n1,3,S,female,4,0,2,22.025,\r\n0,1,S,male,,0,0,50,A32\r\n1,3,Q,female,,1,0,15.5,\r\n1,1,S,male,45,0,0,26.55,\r\n0,3,Q,male,40,1,1,15.5,\r\n0,3,S,male,36,0,0,7.8958,\r\n1,2,S,female,32,0,0,13,\r\n0,2,S,male,19,0,0,13,\r\n1,3,S,female,19,1,0,7.8542,\r\n1,2,S,male,3,1,1,26,F2\r\n1,1,C,female,44,0,0,27.7208,B4\r\n1,1,C,female,58,0,0,146.5208,B80\r\n0,3,Q,male,,0,0,7.75,\r\n0,3,S,male,42,0,1,8.4042,\r\n1,3,Q,female,,0,0,7.75,\r\n0,2,S,female,24,0,0,13,\r\n0,3,S,male,28,0,0,9.5,\r\n0,3,S,male,,8,2,69.55,\r\n0,3,S,male,34,0,0,6.4958,\r\n0,3,C,male,45.5,0,0,7.225,\r\n1,3,S,male,18,0,0,8.05,\r\n0,3,S,female,2,0,1,10.4625,G6\r\n0,3,S,male,32,1,0,15.85,\r\n1,3,C,male,26,0,0,18.7875,\r\n1,3,Q,female,16,0,0,7.75,\r\n1,1,C,male,40,0,0,31,A31\r\n0,3,S,male,24,0,0,7.05,\r\n1,2,S,female,35,0,0,21,\r\n0,3,S,male,22,0,0,7.25,\r\n0,2,S,male,30,0,0,13,\r\n0,3,Q,male,,1,0,7.75,\r\n1,1,C,female,31,1,0,113.275,D36\r\n1,3,S,female,27,0,0,7.925,\r\n0,2,S,male,42,1,0,27,\r\n1,1,C,female,32,0,0,76.2917,D15\r\n0,2,S,male,30,0,0,10.5,\r\n1,3,S,male,16,0,0,8.05,\r\n0,2,S,male,27,0,0,13,\r\n0,3,S,male,51,0,0,8.05,\r\n0,3,S,male,,0,0,7.8958,\r\n1,1,S,male,38,1,0,90,C93\r\n0,3,S,male,22,0,0,9.35,\r\n1,2,S,male,19,0,0,10.5,\r\n0,3,S,male,20.5,0,0,7.25,\r\n0,2,S,male,18,0,0,13,\r\n0,3,S,female,,3,1,25.4667,\r\n1,1,S,female,35,1,0,83.475,C83\r\n0,3,S,male,29,0,0,7.775,\r\n0,2,S,male,59,0,0,13.5,\r\n1,3,S,female,5,4,2,31.3875,\r\n0,2,S,male,24,0,0,10.5,\r\n0,3,S,female,,0,0,7.55,\r\n0,2,S,male,44,1,0,26,\r\n1,2,S,female,8,0,2,26.25,\r\n0,2,S,male,19,0,0,10.5,\r\n0,2,S,male,33,0,0,12.275,\r\n0,3,C,female,,1,0,14.4542,\r\n1,3,Q,female,,1,0,15.5,\r\n0,2,S,male,29,0,0,10.5,\r\n0,3,S,male,22,0,0,7.125,\r\n0,3,C,male,30,0,0,7.225,\r\n0,1,Q,male,44,2,0,90,C78\r\n0,3,S,female,25,0,0,7.775,\r\n1,2,S,female,24,0,2,14.5,\r\n1,1,S,male,37,1,1,52.5542,D35\r\n0,2,S,male,54,1,0,26,\r\n0,3,S,male,,0,0,7.25,\r\n0,3,S,female,29,1,1,10.4625,G6\r\n0,1,S,male,62,0,0,26.55,C87\r\n0,3,S,male,30,1,0,16.1,\r\n0,3,S,female,41,0,2,20.2125,\r\n1,3,C,female,29,0,2,15.2458,\r\n1,1,C,female,,0,0,79.2,\r\n1,1,S,female,30,0,0,86.5,B77\r\n1,1,C,female,35,0,0,512.3292,\r\n1,2,S,female,50,0,1,26,\r\n0,3,Q,male,,0,0,7.75,\r\n1,3,S,male,3,4,2,31.3875,\r\n0,1,S,male,52,1,1,79.65,E67\r\n0,1,S,male,40,0,0,0,B94\r\n0,3,Q,female,,0,0,7.75,\r\n0,2,S,male,36,0,0,10.5,\r\n0,3,S,male,16,4,1,39.6875,\r\n1,3,S,male,25,1,0,7.775,\r\n1,1,S,female,58,0,1,153.4625,C125\r\n1,1,S,female,35,0,0,135.6333,C99\r\n0,1,S,male,,0,0,31,\r\n1,3,S,male,25,0,0,0,\r\n1,2,S,female,41,0,1,19.5,\r\n0,1,C,male,37,0,1,29.7,C118\r\n1,3,Q,female,,0,0,7.75,\r\n1,1,S,female,63,1,0,77.9583,D7\r\n0,3,S,female,45,0,0,7.75,\r\n0,2,S,male,,0,0,0,\r\n0,3,Q,male,7,4,1,29.125,\r\n1,3,S,female,35,1,1,20.25,\r\n0,3,Q,male,65,0,0,7.75,\r\n0,3,S,male,28,0,0,7.8542,\r\n0,3,S,male,16,0,0,9.5,\r\n1,3,S,male,19,0,0,8.05,\r\n0,1,S,male,,0,0,26,A19\r\n0,3,C,male,33,0,0,8.6625,\r\n1,3,S,male,30,0,0,9.5,\r\n0,3,S,male,22,0,0,7.8958,\r\n1,2,S,male,42,0,0,13,\r\n1,3,Q,female,22,0,0,7.75,\r\n1,1,S,female,26,0,0,78.85,\r\n1,1,C,female,19,1,0,91.0792,B49\r\n0,2,C,male,36,0,0,12.875,D\r\n0,3,S,female,24,0,0,8.85,\r\n0,3,S,male,24,0,0,7.8958,\r\n0,1,C,male,,0,0,27.7208,\r\n0,3,C,male,23.5,0,0,7.2292,\r\n0,1,S,female,2,1,2,151.55,C22 C26\r\n1,1,S,male,,0,0,30.5,C106\r\n1,1,C,female,50,0,1,247.5208,B58 B60\r\n1,3,Q,female,,0,0,7.75,\r\n1,3,Q,male,,2,0,23.25,\r\n0,3,S,male,19,0,0,0,\r\n1,2,Q,female,,0,0,12.35,E101\r\n0,3,S,male,,0,0,8.05,\r\n1,1,S,male,0.92,1,2,151.55,C22 C26\r\n1,1,C,female,,0,0,110.8833,\r\n1,1,C,female,17,1,0,108.9,C65\r\n0,2,C,male,30,1,0,24,\r\n1,1,C,female,30,0,0,56.9292,E36\r\n1,1,C,female,24,0,0,83.1583,C54\r\n1,1,C,female,18,2,2,262.375,B57 B59 B63 B66\r\n0,2,S,female,26,1,1,26,\r\n0,3,S,male,28,0,0,7.8958,\r\n0,2,S,male,43,1,1,26.25,\r\n1,3,S,female,26,0,0,7.8542,\r\n1,2,S,female,24,1,0,26,\r\n0,2,S,male,54,0,0,14,\r\n1,1,S,female,31,0,2,164.8667,C7\r\n1,1,C,female,40,1,1,134.5,E34\r\n0,3,S,male,22,0,0,7.25,\r\n0,3,S,male,27,0,0,7.8958,\r\n1,2,Q,female,30,0,0,12.35,\r\n1,2,S,female,22,1,1,29,\r\n0,3,S,male,,8,2,69.55,\r\n1,1,C,female,36,0,0,135.6333,C32\r\n0,3,S,male,61,0,0,6.2375,\r\n1,2,S,female,36,0,0,13,D\r\n1,3,S,female,31,1,1,20.525,\r\n1,1,C,female,16,0,1,57.9792,B18\r\n1,3,Q,female,,2,0,23.25,\r\n0,1,S,male,45.5,0,0,28.5,C124\r\n0,1,S,male,38,0,1,153.4625,C91\r\n0,3,S,male,16,2,0,18,\r\n1,1,S,female,,1,0,133.65,\r\n0,3,S,male,,0,0,7.8958,\r\n0,1,S,male,29,1,0,66.6,C2\r\n1,1,C,female,41,0,0,134.5,E40\r\n1,3,S,male,45,0,0,8.05,\r\n0,1,S,male,45,0,0,35.5,T\r\n1,2,S,male,2,1,1,26,F2\r\n1,1,S,female,24,3,2,263,C23 C25 C27\r\n0,2,S,male,28,0,0,13,\r\n0,2,S,male,25,0,0,13,\r\n0,2,S,male,36,0,0,13,\r\n1,2,S,female,24,0,0,13,F33\r\n1,2,S,female,40,0,0,13,\r\n1,3,S,female,,1,0,16.1,\r\n1,3,S,male,3,1,1,15.9,\r\n0,3,S,male,42,0,0,8.6625,\r\n0,3,S,male,23,0,0,9.225,\r\n0,1,S,male,,0,0,35,C128\r\n0,3,C,male,15,1,1,7.2292,\r\n0,3,S,male,25,1,0,17.8,\r\n0,3,C,male,,0,0,7.225,\r\n0,3,S,male,28,0,0,9.5,\r\n1,1,S,female,22,0,1,55,E33\r\n0,2,S,female,38,0,0,13,\r\n1,3,Q,female,,0,0,7.8792,\r\n1,3,Q,female,,0,0,7.8792,\r\n0,3,S,male,40,1,4,27.9,\r\n0,2,C,male,29,1,0,27.7208,\r\n0,3,C,female,45,0,1,14.4542,\r\n0,3,S,male,35,0,0,7.05,\r\n0,3,Q,male,,1,0,15.5,\r\n0,3,S,male,30,0,0,7.25,\r\n1,1,C,female,60,1,0,75.25,D37\r\n1,3,C,female,,0,0,7.2292,\r\n1,3,Q,female,,0,0,7.75,\r\n1,1,C,female,24,0,0,69.3,B35\r\n1,1,C,male,25,1,0,55.4417,E50\r\n0,3,S,male,18,1,0,6.4958,\r\n0,3,S,male,19,0,0,8.05,\r\n0,1,C,male,22,0,0,135.6333,\r\n0,3,S,female,3,3,1,21.075,\r\n1,1,C,female,,1,0,82.1708,\r\n1,3,S,female,22,0,0,7.25,\r\n0,1,C,male,27,0,2,211.5,C82\r\n0,3,C,male,20,0,0,4.0125,\r\n0,3,S,male,19,0,0,7.775,\r\n1,1,C,female,42,0,0,227.525,\r\n1,3,C,female,1,0,2,15.7417,\r\n0,3,S,male,32,0,0,7.925,\r\n1,1,S,female,35,1,0,52,\r\n0,3,S,male,,0,0,7.8958,\r\n0,2,S,male,18,0,0,73.5,\r\n0,3,S,male,1,5,2,46.9,\r\n1,2,S,female,36,0,0,13,\r\n0,3,Q,male,,0,0,7.7292,\r\n1,2,C,female,17,0,0,12,\r\n1,1,S,male,36,1,2,120,B96 B98\r\n1,3,S,male,21,0,0,7.7958,\r\n0,3,S,male,28,2,0,7.925,\r\n1,1,C,female,23,1,0,113.275,D36\r\n1,3,S,female,24,0,2,16.7,G6\r\n0,3,S,male,22,0,0,7.7958,\r\n0,3,S,female,31,0,0,7.8542,\r\n0,2,S,male,46,0,0,26,\r\n0,2,S,male,23,0,0,10.5,\r\n1,2,S,female,28,0,0,12.65,\r\n1,3,S,male,39,0,0,7.925,\r\n0,3,S,male,26,0,0,8.05,\r\n0,3,S,female,21,1,0,9.825,\r\n0,3,S,male,28,1,0,15.85,\r\n0,3,S,female,20,0,0,8.6625,\r\n0,2,S,male,34,1,0,21,\r\n0,3,S,male,51,0,0,7.75,\r\n1,2,S,male,3,1,1,18.75,\r\n0,3,S,male,21,0,0,7.775,\r\n0,3,S,female,,3,1,25.4667,\r\n0,3,S,male,,0,0,7.8958,\r\n0,3,Q,male,,0,0,6.8583,\r\n1,1,Q,female,33,1,0,90,C78\r\n0,2,S,male,,0,0,0,\r\n1,3,S,male,44,0,0,7.925,\r\n0,3,S,female,,0,0,8.05,\r\n1,2,S,female,34,1,1,32.5,\r\n1,2,S,female,18,0,2,13,\r\n0,2,S,male,30,0,0,13,\r\n0,3,S,female,10,0,2,24.15,\r\n0,3,C,male,,0,0,7.8958,\r\n0,3,Q,male,21,0,0,7.7333,\r\n0,3,S,male,29,0,0,7.875,\r\n0,3,S,female,28,1,1,14.4,\r\n0,3,S,male,18,1,1,20.2125,\r\n0,3,S,male,,0,0,7.25,\r\n1,2,S,female,28,1,0,26,\r\n1,2,S,female,19,0,0,26,\r\n0,3,Q,male,,0,0,7.75,\r\n1,3,S,male,32,0,0,8.05,E10\r\n1,1,S,male,28,0,0,26.55,C52\r\n1,3,S,female,,1,0,16.1,\r\n1,2,S,female,42,1,0,26,\r\n0,3,S,male,17,0,0,7.125,\r\n0,1,S,male,50,1,0,55.9,E44\r\n1,1,S,female,14,1,2,120,B96 B98\r\n0,3,S,female,21,2,2,34.375,\r\n1,2,S,female,24,2,3,18.75,\r\n0,1,S,male,64,1,4,263,C23 C25 C27\r\n0,2,S,male,31,0,0,10.5,\r\n1,2,S,female,45,1,1,26.25,\r\n0,3,S,male,20,0,0,9.5,\r\n0,3,S,male,25,1,0,7.775,\r\n1,2,S,female,28,0,0,13,\r\n1,3,S,male,,0,0,8.1125,\r\n1,1,S,male,4,0,2,81.8583,A34\r\n1,2,S,female,13,0,1,19.5,\r\n1,1,S,male,34,0,0,26.55,\r\n1,3,C,female,5,2,1,19.2583,\r\n1,1,S,male,52,0,0,30.5,C104\r\n0,2,S,male,36,1,2,27.75,\r\n0,3,S,male,,1,0,19.9667,\r\n0,1,C,male,30,0,0,27.75,C111\r\n1,1,C,male,49,1,0,89.1042,C92\r\n0,3,S,male,,0,0,8.05,\r\n1,3,C,male,29,0,0,7.8958,\r\n0,1,S,male,65,0,0,26.55,E38\r\n1,1,S,female,,1,0,51.8625,D21\r\n1,2,S,female,50,0,0,10.5,\r\n0,3,Q,male,,0,0,7.75,\r\n1,1,S,male,48,0,0,26.55,E12\r\n0,3,S,male,34,0,0,8.05,\r\n0,1,S,male,47,0,0,38.5,E63\r\n0,2,S,male,48,0,0,13,\r\n0,3,S,male,,0,0,8.05,\r\n0,3,S,male,38,0,0,7.05,\r\n0,2,S,male,,0,0,0,\r\n0,1,S,male,56,0,0,26.55,\r\n0,3,Q,male,,0,0,7.725,\r\n1,3,C,female,0.75,2,1,19.2583,\r\n0,3,S,male,,0,0,7.25,\r\n0,3,S,male,38,0,0,8.6625,\r\n1,2,S,female,33,1,2,27.75,\r\n1,2,C,female,23,0,0,13.7917,D\r\n0,3,S,female,22,0,0,9.8375,\r\n0,1,S,male,,0,0,52,A14\r\n0,2,S,male,34,1,0,21,\r\n0,3,S,male,29,1,0,7.0458,\r\n0,3,S,male,22,0,0,7.5208,\r\n1,3,S,female,2,0,1,12.2875,\r\n0,3,S,male,9,5,2,46.9,\r\n0,2,S,male,,0,0,0,\r\n0,3,S,male,50,0,0,8.05,\r\n1,3,S,female,63,0,0,9.5875,\r\n1,1,C,male,25,1,0,91.0792,B49\r\n0,3,S,female,,3,1,25.4667,\r\n1,1,S,female,35,1,0,90,C93\r\n0,1,C,male,58,0,0,29.7,B37\r\n0,3,S,male,30,0,0,8.05,\r\n1,3,S,male,9,1,1,15.9,\r\n0,3,S,male,,1,0,19.9667,\r\n0,3,S,male,21,0,0,7.25,\r\n0,1,S,male,55,0,0,30.5,C30\r\n0,1,C,male,71,0,0,49.5042,\r\n0,3,S,male,21,0,0,8.05,\r\n0,3,C,male,,0,0,14.4583,\r\n1,1,C,female,54,1,0,78.2667,D20\r\n0,3,S,male,,0,0,15.1,\r\n0,1,S,female,25,1,2,151.55,C22 C26\r\n0,3,S,male,24,0,0,7.7958,\r\n0,3,S,male,17,0,0,8.6625,\r\n0,3,Q,female,21,0,0,7.75,\r\n0,3,Q,female,,0,0,7.6292,\r\n0,3,S,female,37,0,0,9.5875,\r\n1,1,S,female,16,0,0,86.5,B79\r\n0,1,C,male,18,1,0,108.9,C65\r\n1,2,S,female,33,0,2,26,\r\n1,1,S,male,,0,0,26.55,\r\n0,3,S,male,28,0,0,22.525,\r\n1,3,S,male,26,0,0,56.4958,\r\n1,3,Q,male,29,0,0,7.75,\r\n0,3,S,male,,0,0,8.05,\r\n1,1,S,male,36,0,0,26.2875,E25\r\n1,1,C,female,54,1,0,59.4,\r\n0,3,S,male,24,0,0,7.4958,\r\n0,1,S,male,47,0,0,34.0208,D46\r\n1,2,S,female,34,0,0,10.5,F33\r\n0,3,Q,male,,0,0,24.15,\r\n1,2,S,female,36,1,0,26,\r\n0,3,S,male,32,0,0,7.8958,\r\n1,1,S,female,30,0,0,93.5,B73\r\n0,3,S,male,22,0,0,7.8958,\r\n0,3,C,male,,0,0,7.225,\r\n1,1,C,female,44,0,1,57.9792,B18\r\n0,3,C,male,,0,0,7.2292,\r\n0,3,Q,male,40.5,0,0,7.75,\r\n1,2,S,female,50,0,0,10.5,\r\n0,1,S,male,,0,0,221.7792,C95\r\n0,3,S,male,39,0,0,7.925,\r\n0,2,S,male,23,2,1,11.5,\r\n1,2,S,female,2,1,1,26,\r\n0,3,C,male,,0,0,7.2292,\r\n0,3,C,male,17,1,1,7.2292,\r\n1,3,C,female,,0,2,22.3583,\r\n0,3,S,female,30,0,0,8.6625,\r\n1,2,S,female,7,0,2,26.25,\r\n0,1,S,male,45,0,0,26.55,B38\r\n1,1,C,female,30,0,0,106.425,\r\n0,3,S,male,,0,0,14.5,\r\n1,1,C,female,22,0,2,49.5,B39\r\n1,1,S,female,36,0,2,71,B22\r\n0,3,S,female,9,4,2,31.275,\r\n0,3,S,female,11,4,2,31.275,\r\n1,2,S,male,32,1,0,26,\r\n0,1,C,male,50,1,0,106.425,C86\r\n0,1,S,male,64,0,0,26,\r\n1,2,S,female,19,1,0,26,\r\n1,2,C,male,,0,0,13.8625,\r\n0,3,S,male,33,1,1,20.525,\r\n1,2,S,male,8,1,1,36.75,\r\n1,1,C,male,17,0,2,110.8833,C70\r\n0,2,S,male,27,0,0,26,\r\n0,3,Q,male,,0,0,7.8292,\r\n1,3,C,male,22,0,0,7.225,\r\n1,3,S,female,22,0,0,7.775,\r\n0,1,S,male,62,0,0,26.55,\r\n1,1,C,female,48,1,0,39.6,A16\r\n0,1,C,male,,0,0,227.525,\r\n1,1,S,female,39,1,1,79.65,E67\r\n1,3,S,female,36,1,0,17.4,\r\n0,3,Q,male,,0,0,7.75,\r\n0,3,S,male,40,0,0,7.8958,\r\n0,2,S,male,28,0,0,13.5,\r\n0,3,S,male,,0,0,8.05,\r\n0,3,S,female,,0,0,8.05,\r\n0,3,S,male,24,2,0,24.15,\r\n0,3,S,male,19,0,0,7.8958,\r\n0,3,S,female,29,0,4,21.075,\r\n0,3,C,male,,0,0,7.2292,\r\n1,3,S,male,32,0,0,7.8542,\r\n1,2,S,male,62,0,0,10.5,\r\n1,1,S,female,53,2,0,51.4792,C101\r\n1,1,S,male,36,0,0,26.3875,E25\r\n1,3,Q,female,,0,0,7.75,\r\n0,3,S,male,16,0,0,8.05,\r\n0,3,S,male,19,0,0,14.5,\r\n1,2,S,female,34,0,0,13,\r\n1,1,S,female,39,1,0,55.9,E44\r\n0,3,C,female,,1,0,14.4583,\r\n1,3,S,male,32,0,0,7.925,\r\n1,2,S,female,25,1,1,30,\r\n1,1,C,female,39,1,1,110.8833,C68\r\n0,2,S,male,54,0,0,26,\r\n0,1,C,male,36,0,0,40.125,A10\r\n0,3,C,male,,0,0,8.7125,\r\n1,1,S,female,18,0,2,79.65,E68\r\n0,2,S,male,47,0,0,15,\r\n1,1,C,male,60,1,1,79.2,B41\r\n0,3,S,male,22,0,0,8.05,\r\n0,3,S,male,,0,0,8.05,\r\n0,3,S,male,35,0,0,7.125,\r\n1,1,C,female,52,1,0,78.2667,D20\r\n0,3,S,male,47,0,0,7.25,\r\n0,3,Q,female,,0,2,7.75,\r\n0,2,S,male,37,1,0,26,\r\n0,3,S,male,36,1,1,24.15,\r\n1,2,S,female,,0,0,33,\r\n0,3,S,male,49,0,0,0,\r\n0,3,C,male,,0,0,7.225,\r\n1,1,C,male,49,1,0,56.9292,A20\r\n1,2,S,female,24,2,1,27,\r\n0,3,S,male,,0,0,7.8958,\r\n0,1,S,male,,0,0,42.4,\r\n0,3,S,male,44,0,0,8.05,\r\n1,1,C,male,35,0,0,26.55,\r\n0,3,S,male,36,1,0,15.55,\r\n0,3,S,male,30,0,0,7.8958,\r\n1,1,S,male,27,0,0,30.5,\r\n1,2,C,female,22,1,2,41.5792,\r\n1,1,S,female,40,0,0,153.4625,C125\r\n0,3,S,female,39,1,5,31.275,\r\n0,3,S,male,,0,0,7.05,\r\n1,3,Q,female,,1,0,15.5,\r\n0,3,Q,male,,0,0,7.75,\r\n0,3,S,male,35,0,0,8.05,\r\n1,2,S,female,24,1,2,65,\r\n0,3,S,male,34,1,1,14.4,\r\n0,3,S,female,26,1,0,16.1,\r\n1,2,S,female,4,2,1,39,F4\r\n0,2,S,male,26,0,0,10.5,\r\n0,3,C,male,27,1,0,14.4542,\r\n1,1,S,male,42,1,0,52.5542,D19\r\n1,3,C,male,20,1,1,15.7417,\r\n0,3,S,male,21,0,0,7.8542,\r\n0,3,S,male,21,0,0,16.1,\r\n0,1,S,male,61,0,0,32.3208,D50\r\n0,2,Q,male,57,0,0,12.35,\r\n1,1,S,female,21,0,0,77.9583,D9\r\n0,3,S,male,26,0,0,7.8958,\r\n0,3,Q,male,,0,0,7.7333,\r\n1,1,S,male,80,0,0,30,A23\r\n0,3,S,male,51,0,0,7.0542,\r\n1,1,C,male,32,0,0,30.5,B50\r\n0,1,S,male,,0,0,0,\r\n0,3,S,female,9,3,2,27.9,\r\n1,2,S,female,28,0,0,13,\r\n0,3,S,male,32,0,0,7.925,\r\n0,2,S,male,31,1,1,26.25,\r\n0,3,S,female,41,0,5,39.6875,\r\n0,3,S,male,,1,0,16.1,\r\n0,3,S,male,20,0,0,7.8542,\r\n1,1,C,female,24,0,0,69.3,B35\r\n0,3,S,female,2,3,2,27.9,\r\n1,3,S,male,,0,0,56.4958,\r\n1,3,C,female,0.75,2,1,19.2583,\r\n1,1,C,male,48,1,0,76.7292,D33\r\n0,3,S,male,19,0,0,7.8958,\r\n1,1,C,male,56,0,0,35.5,A26\r\n0,3,S,male,,0,0,7.55,\r\n1,3,S,female,23,0,0,7.55,\r\n0,3,S,male,,0,0,7.8958,\r\n1,2,S,female,18,0,1,23,\r\n0,3,S,male,21,0,0,8.4333,\r\n1,3,Q,female,,0,0,7.8292,\r\n0,3,Q,female,18,0,0,6.75,\r\n0,2,S,male,24,2,0,73.5,\r\n0,3,S,male,,0,0,7.8958,\r\n0,3,Q,female,32,1,1,15.5,\r\n0,2,S,male,23,0,0,13,\r\n0,1,C,male,58,0,2,113.275,D48\r\n1,1,S,male,50,2,0,133.65,\r\n0,3,C,male,40,0,0,7.225,\r\n0,1,S,male,47,0,0,25.5875,E58\r\n0,3,S,male,36,0,0,7.4958,\r\n1,3,S,male,20,1,0,7.925,\r\n0,2,S,male,32,2,0,73.5,\r\n0,2,S,male,25,0,0,13,\r\n0,3,S,male,,0,0,7.775,\r\n0,3,S,male,43,0,0,8.05,\r\n1,1,S,female,,1,0,52,C126\r\n1,2,S,female,40,1,1,39,\r\n0,1,S,male,31,1,0,52,B71\r\n0,2,S,male,70,0,0,10.5,\r\n1,2,S,male,31,0,0,13,\r\n0,2,S,male,,0,0,0,\r\n0,3,S,male,18,0,0,7.775,\r\n0,3,S,male,24.5,0,0,8.05,\r\n1,3,S,female,18,0,0,9.8417,\r\n0,3,S,female,43,1,6,46.9,\r\n1,1,C,male,36,0,1,512.3292,B51 B53 B55\r\n0,3,Q,female,,0,0,8.1375,\r\n1,1,C,male,27,0,0,76.7292,D49\r\n0,3,S,male,20,0,0,9.225,\r\n0,3,S,male,14,5,2,46.9,\r\n0,2,S,male,60,1,1,39,\r\n0,2,C,male,25,1,2,41.5792,\r\n0,3,S,male,14,4,1,39.6875,\r\n0,3,S,male,19,0,0,10.1708,\r\n0,3,S,male,18,0,0,7.7958,\r\n1,1,S,female,15,0,1,211.3375,B5\r\n1,1,S,male,31,1,0,57,B20\r\n1,3,C,female,4,0,1,13.4167,\r\n1,3,S,male,,0,0,56.4958,\r\n0,3,C,male,25,0,0,7.225,\r\n0,1,S,male,60,0,0,26.55,\r\n0,2,S,male,52,0,0,13.5,\r\n0,3,S,male,44,0,0,8.05,\r\n1,3,Q,female,,0,0,7.7333,\r\n0,1,C,male,49,1,1,110.8833,C68\r\n0,3,S,male,42,0,0,7.65,F G63\r\n1,1,C,female,18,1,0,227.525,C62 C64\r\n1,1,S,male,35,0,0,26.2875,E24\r\n0,3,C,female,18,0,1,14.4542,\r\n0,3,Q,male,25,0,0,7.7417,\r\n0,3,S,male,26,1,0,7.8542,\r\n0,2,S,male,39,0,0,26,\r\n1,2,S,female,45,0,0,13.5,\r\n1,1,S,male,42,0,0,26.2875,E24\r\n1,1,S,female,22,0,0,151.55,\r\n1,3,C,male,,1,1,15.2458,\r\n1,1,C,female,24,0,0,49.5042,C90\r\n0,1,S,male,,0,0,26.55,C124\r\n1,1,S,male,48,1,0,52,C126\r\n0,3,S,male,29,0,0,9.4833,\r\n0,2,S,male,52,0,0,13,\r\n0,3,S,male,19,0,0,7.65,F G73\r\n1,1,C,female,38,0,0,227.525,C45\r\n1,2,S,female,27,0,0,10.5,E101\r\n0,3,Q,male,,0,0,15.5,\r\n0,3,S,male,33,0,0,7.775,\r\n1,2,S,female,6,0,1,33,\r\n0,3,S,male,17,1,0,7.0542,\r\n0,2,S,male,34,0,0,13,\r\n0,2,S,male,50,0,0,13,\r\n1,1,S,male,27,1,0,53.1,E8\r\n0,3,S,male,20,0,0,8.6625,\r\n1,2,S,female,30,3,0,21,\r\n1,3,Q,female,,0,0,7.7375,\r\n0,2,S,male,25,1,0,26,\r\n0,3,S,female,25,1,0,7.925,\r\n1,1,S,female,29,0,0,211.3375,B5\r\n0,3,C,male,11,0,0,18.7875,\r\n0,2,S,male,,0,0,0,\r\n0,2,S,male,23,0,0,13,\r\n0,2,S,male,23,0,0,13,\r\n0,3,S,male,28.5,0,0,16.1,\r\n0,3,S,female,48,1,3,34.375,\r\n1,1,C,male,35,0,0,512.3292,B101\r\n0,3,S,male,,0,0,7.8958,\r\n0,3,S,male,,0,0,7.8958,\r\n1,1,S,male,,0,0,30,D45\r\n0,1,S,male,36,1,0,78.85,C46\r\n1,1,C,female,21,2,2,262.375,B57 B59 B63 B66\r\n0,3,S,male,24,1,0,16.1,\r\n1,3,S,male,31,0,0,7.925,\r\n0,1,S,male,70,1,1,71,B22\r\n0,3,S,male,16,1,1,20.25,\r\n1,2,S,female,30,0,0,13,\r\n0,1,S,male,19,1,0,53.1,D30\r\n0,3,Q,male,31,0,0,7.75,\r\n1,2,S,female,4,1,1,23,\r\n1,3,S,male,6,0,1,12.475,E121\r\n0,3,S,male,33,0,0,9.5,\r\n0,3,S,male,23,0,0,7.8958,\r\n1,2,S,female,48,1,2,65,\r\n1,2,S,male,0.67,1,1,14.5,\r\n0,3,S,male,28,0,0,7.7958,\r\n0,2,S,male,18,0,0,11.5,\r\n0,3,S,male,34,0,0,8.05,\r\n1,1,S,female,33,0,0,86.5,B77\r\n0,3,S,male,,0,0,14.5,\r\n0,3,S,male,41,0,0,7.125,\r\n1,3,C,male,20,0,0,7.2292,\r\n1,1,S,female,36,1,2,120,B96 B98\r\n0,3,S,male,16,0,0,7.775,\r\n1,1,S,female,51,1,0,77.9583,D11\r\n0,1,C,male,,0,0,39.6,\r\n0,3,Q,female,30.5,0,0,7.75,\r\n0,3,Q,male,,1,0,24.15,\r\n0,3,S,male,32,0,0,8.3625,\r\n0,3,S,male,24,0,0,9.5,\r\n0,3,S,male,48,0,0,7.8542,\r\n0,2,S,female,57,0,0,10.5,E77\r\n0,3,C,male,,0,0,7.225,\r\n1,2,S,female,54,1,3,23,\r\n0,3,S,male,18,0,0,7.75,\r\n0,3,Q,male,,0,0,7.75,F38\r\n1,3,S,female,5,0,0,12.475,\r\n0,3,Q,male,,0,0,7.7375,\r\n1,1,S,female,43,0,1,211.3375,B3\r\n1,3,C,female,13,0,0,7.2292,\r\n1,1,S,female,17,1,0,57,B20\r\n0,1,S,male,29,0,0,30,D6\r\n0,3,S,male,,1,2,23.45,\r\n0,3,S,male,25,0,0,7.05,\r\n0,3,S,male,25,0,0,7.25,\r\n1,3,S,female,18,0,0,7.4958,\r\n0,3,Q,male,8,4,1,29.125,\r\n1,3,S,male,1,1,2,20.575,\r\n0,1,C,male,46,0,0,79.2,B82 B84\r\n0,3,Q,male,,0,0,7.75,\r\n0,2,S,male,16,0,0,26,\r\n0,3,S,female,,8,2,69.55,\r\n0,1,C,male,,0,0,30.6958,\r\n0,3,S,male,25,0,0,7.8958,\r\n0,2,S,male,39,0,0,13,\r\n1,1,S,female,49,0,0,25.9292,D17\r\n1,3,S,female,31,0,0,8.6833,\r\n0,3,C,male,30,0,0,7.2292,\r\n0,3,S,female,30,1,1,24.15,\r\n0,2,S,male,34,0,0,13,\r\n1,2,S,female,31,1,1,26.25,\r\n1,1,S,male,11,1,2,120,B96 B98\r\n1,3,C,male,0.42,0,1,8.5167,\r\n1,3,S,male,27,0,0,6.975,\r\n0,3,S,male,31,0,0,7.775,\r\n0,1,S,male,39,0,0,0,A36\r\n0,3,S,female,18,0,0,7.775,\r\n0,2,S,male,39,0,0,13,\r\n1,1,S,female,33,1,0,53.1,E8\r\n0,3,S,male,26,0,0,7.8875,\r\n0,3,S,male,39,0,0,24.15,\r\n0,2,S,male,35,0,0,10.5,\r\n0,3,S,female,6,4,2,31.275,\r\n0,3,S,male,30.5,0,0,8.05,\r\n0,1,S,male,,0,0,0,B102\r\n0,3,S,female,23,0,0,7.925,\r\n0,2,C,male,31,1,1,37.0042,\r\n0,3,S,male,43,0,0,6.45,\r\n0,3,S,male,10,3,2,27.9,\r\n1,1,S,female,52,1,1,93.5,B69\r\n1,3,S,male,27,0,0,8.6625,\r\n0,1,S,male,38,0,0,0,\r\n1,3,S,female,27,0,1,12.475,E121\r\n0,3,S,male,2,4,1,39.6875,\r\n0,3,Q,male,,0,0,6.95,\r\n0,3,S,male,,0,0,56.4958,\r\n1,2,C,male,1,0,2,37.0042,\r\n1,3,Q,male,,0,0,7.75,\r\n1,1,,female,62,0,0,80,B28\r\n1,3,C,female,15,1,0,14.4542,\r\n1,2,S,male,0.83,1,1,18.75,\r\n0,3,C,male,,0,0,7.2292,\r\n0,3,S,male,23,0,0,7.8542,\r\n0,3,S,male,18,0,0,8.3,\r\n1,1,C,female,39,1,1,83.1583,E49\r\n0,3,S,male,21,0,0,8.6625,\r\n0,3,S,male,,0,0,8.05,\r\n1,3,S,male,32,0,0,56.4958,\r\n1,1,C,male,,0,0,29.7,C47\r\n0,3,S,male,20,0,0,7.925,\r\n0,2,S,male,16,0,0,10.5,\r\n1,1,C,female,30,0,0,31,\r\n0,3,C,male,34.5,0,0,6.4375,\r\n0,3,S,male,17,0,0,8.6625,\r\n0,3,S,male,42,0,0,7.55,\r\n0,3,S,male,,8,2,69.55,\r\n0,3,C,male,35,0,0,7.8958,\r\n0,2,S,male,28,0,1,33,\r\n1,1,C,female,,1,0,89.1042,C92\r\n0,3,S,male,4,4,2,31.275,\r\n0,3,S,male,74,0,0,7.775,\r\n0,3,C,female,9,1,1,15.2458,\r\n1,1,S,female,16,0,1,39.4,D28\r\n0,2,S,female,44,1,0,26,\r\n1,3,S,female,18,0,1,9.35,\r\n1,1,S,female,45,1,1,164.8667,\r\n1,1,S,male,51,0,0,26.55,E17\r\n1,3,C,female,24,0,3,19.2583,\r\n0,3,C,male,,0,0,7.2292,\r\n0,3,S,male,41,2,0,14.1083,\r\n0,2,S,male,21,1,0,11.5,\r\n1,1,S,female,48,0,0,25.9292,D17\r\n0,3,S,female,,8,2,69.55,\r\n0,2,S,male,24,0,0,13,\r\n1,2,S,female,42,0,0,13,\r\n1,2,C,female,27,1,0,13.8583,\r\n0,1,S,male,31,0,0,50.4958,A24\r\n0,3,S,male,,0,0,9.5,\r\n1,3,S,male,4,1,1,11.1333,\r\n0,3,S,male,26,0,0,7.8958,\r\n1,1,S,female,47,1,1,52.5542,D35\r\n0,1,S,male,33,0,0,5,B51 B53 B55\r\n0,3,S,male,47,0,0,9,\r\n1,2,C,female,28,1,0,24,\r\n1,3,C,female,15,0,0,7.225,\r\n0,3,S,male,20,0,0,9.8458,\r\n0,3,S,male,19,0,0,7.8958,\r\n0,3,S,male,,0,0,7.8958,\r\n1,1,C,female,56,0,1,83.1583,C50\r\n1,2,S,female,25,0,1,26,\r\n0,3,S,male,33,0,0,7.8958,\r\n0,3,S,female,22,0,0,10.5167,\r\n0,2,S,male,28,0,0,10.5,\r\n0,3,S,male,25,0,0,7.05,\r\n0,3,Q,female,39,0,5,29.125,\r\n0,2,S,male,27,0,0,13,\r\n1,1,S,female,19,0,0,30,B42\r\n0,3,S,female,,1,2,23.45,\r\n1,1,C,male,26,0,0,30,C148\r\n0,3,Q,male,32,0,0,7.75,"
},
"url": {
"raw": "{{base-url}}/data/:dataSetName",
"host": [
"{{base-url}}"
],
"path": [
"data",
":dataSetName"
],
"variable": [
{
"key": "dataSetName",
"value": "titanic",
"description": "Name of the dataset to which to add data."
}
]
}
},
"status": "Created",
"code": 201,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json; charset=utf-8",
"name": "Content-Type",
"description": "The mime type of this content"
},
{
"key": "Date",
"value": "Fri, 26 Jan 2018 01:02:09 GMT",
"name": "Date",
"description": "The date and time that the message was sent"
},
{
"key": "Location",
"value": "http://gateway.prod.nexosisdev.com/data/titanic",
"name": "Location",
"description": "Used in redirection, or when a new resource has been created."
},
{
"key": "Nexosis-Account-Balance",
"value": "0.00 USD",
"name": "Nexosis-Account-Balance",
"description": "Custom header"
},
{
"key": "Nexosis-Account-DataSetCount-Allotted",
"value": "50",
"name": "Nexosis-Account-DataSetCount-Allotted",
"description": "Custom header"
},
{
"key": "Nexosis-Account-DataSetCount-Current",
"value": "8",
"name": "Nexosis-Account-DataSetCount-Current",
"description": "Custom header"
},
{
"key": "Nexosis-Account-PredictionCount-Allotted",
"value": "100000",
"name": "Nexosis-Account-PredictionCount-Allotted",
"description": "Custom header"
},
{
"key": "Nexosis-Account-PredictionCount-Current",
"value": "0",
"name": "Nexosis-Account-PredictionCount-Current",
"description": "Custom header"
},
{
"key": "Nexosis-Account-SessionCount-Allotted",
"value": "500",
"name": "Nexosis-Account-SessionCount-Allotted",
"description": "Custom header"
},
{
"key": "Nexosis-Account-SessionCount-Current",
"value": "2",
"name": "Nexosis-Account-SessionCount-Current",
"description": "Custom header"
},
{
"key": "Nexosis-Request-Cost",
"value": "0.00 USD",
"name": "Nexosis-Request-Cost",
"description": "Custom header"
},
{
"key": "Transfer-Encoding",
"value": "chunked",
"name": "Transfer-Encoding",
"description": "The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."
}
],
"cookie": [],
"responseTime": "866",
"body": "{\"dataSetName\":\"titanic\",\"dataSetSize\":23033,\"isTimeSeries\":false,\"columns\":{\"Survived\":{\"dataType\":\"numeric\",\"imputation\":\"mode\",\"aggregation\":\"mode\"},\"Pclass\":{\"dataType\":\"numeric\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"Embarked\":{\"dataType\":\"string\",\"imputation\":\"mode\",\"aggregation\":\"mode\"},\"Sex\":{\"dataType\":\"string\",\"imputation\":\"mode\",\"aggregation\":\"mode\"},\"Age\":{\"dataType\":\"numeric\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"SibSp\":{\"dataType\":\"numeric\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"Parch\":{\"dataType\":\"numeric\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"Fare\":{\"dataType\":\"numeric\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"Cabin\":{\"dataType\":\"string\",\"imputation\":\"mode\",\"aggregation\":\"mode\"}},\"links\":[{\"rel\":\"data\",\"href\":\"https://ml.nexosis.com/v1/data/titanic\"}]}"
}
]
},
{
"name": "List Datasets (with filtering)",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json, text/json"
},
{
"key": "api-key",
"value": "{{api-key}}",
"description": "Nexosis API Access Key - https://developers.nexosis.com/developer"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "{{base-url}}/data?",
"host": [
"{{base-url}}"
],
"path": [
"data"
],
"query": [
{
"key": "partialName",
"value": "auto",
"equals": true,
"description": "(string) Limits results to only those datasets with names containing the specified value.",
"disabled": true
},
{
"key": "page",
"value": "",
"equals": false,
"description": "(int32) Zero-based page number of datasets to retrieve.",
"disabled": true
},
{
"key": "pageSize",
"value": "",
"equals": false,
"description": "(int32) Count of datasets to retrieve in each page (max 1000).",
"disabled": true
}
]
},
"description": "# Gets the list of datasets that have been uploaded\n\nDatasets can be uploaded by making a PUT request to the `/data/{dataSetName}` endpoint, or by making a POST request to one of the `/imports` endpoints. See also <a href=\"http://docs.nexosis.com/guides/retrievingdata\">Retrieving Data</a> for more details about how to retrieve your data.\n\n# Request URL\n\nGET https://ml.nexosis.com/v1/data[?partialName][&page][&pageSize]\n\n# Request parameters\n\n* *partialName* (optional) string - \nLimits results to only those datasets with names containing the specified value\n\n* *page* (optional) integer - \nFormat - int32. Zero-based page number of datasets to retrieve\n\n* *pageSize* (optional) integer -\nFormat - int32. Count of datasets to retrieve in each page (max 1000)"
},
"response": [
{
"id": "c8a123f2-4cab-42b2-95ca-fcfdab9976c5",
"name": "List all my datasets",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json, text/json"
},
{
"key": "api-key",
"value": "{{api-key}}"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "{{base-url}}/data?",
"host": [
"{{base-url}}"
],
"path": [
"data"
],
"query": [
{
"key": "partialName",
"value": "",
"equals": false,
"description": "(string) Limits results to only those datasets with names containing the specified value.",
"disabled": true
},
{
"key": "page",
"value": "",
"equals": false,
"description": "(int32) Zero-based page number of datasets to retrieve.",
"disabled": true
},
{
"key": "pageSize",
"value": "",
"equals": false,
"description": "(int32) Count of datasets to retrieve in each page (max 1000).",
"disabled": true
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [],
"cookie": [],
"responseTime": "0",
"body": "{\r\n \"items\": [\r\n {\r\n \"dataSetName\": \"autompg\",\r\n \"isTimeSeries\": false,\r\n \"columns\": {\r\n \"MPG\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"target\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"Make\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"Name\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"none\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"Origin\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"Weight\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"Cylinders\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"ModelYear\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"Horsepower\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"Acceleration\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"Displacement\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n }\r\n },\r\n \"links\": [\r\n {\r\n \"rel\": \"data\",\r\n \"href\": \"https://ml.nexosis.com/v1/data/autompg\"\r\n }\r\n ]\r\n },\r\n {\r\n \"dataSetName\": \"charley\",\r\n \"dataSetSize\": 17518,\r\n \"isTimeSeries\": true,\r\n \"columns\": {\r\n \"hotel\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"target\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"timestamp\": {\r\n \"dataType\": \"date\",\r\n \"role\": \"timestamp\"\r\n }\r\n },\r\n \"links\": [\r\n {\r\n \"rel\": \"data\",\r\n \"href\": \"https://ml.nexosis.com/v1/data/charley\"\r\n }\r\n ]\r\n },\r\n {\r\n \"dataSetName\": \"csgo\",\r\n \"dataSetSize\": 9407327,\r\n \"isTimeSeries\": false,\r\n \"columns\": {\r\n \"SteamID\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"key\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"VACBanned\": {\r\n \"dataType\": \"logical\",\r\n \"role\": \"target\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"win_ratio\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_aug\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_awp\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_mp7\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_mp9\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_p90\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_ak47\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_m249\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_m4a1\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_mag7\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_nova\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_p250\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_tec9\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"mvp_per_round\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_bizon\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_elite\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_famas\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_g3sg1\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_glock\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_mac10\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_negev\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_sg556\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_ssg08\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_ump45\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"total_accuracy\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_deagle\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_scar20\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_xm1014\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_galilar\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_hkp2000\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_sawedoff\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"total_games_owned\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_fiveseven\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"kill_to_death_ratio\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"total_wins_per_hour\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"total_headshots_per_round\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n }\r\n },\r\n \"links\": [\r\n {\r\n \"rel\": \"data\",\r\n \"href\": \"https://ml.nexosis.com/v1/data/csgo\"\r\n }\r\n ]\r\n },\r\n {\r\n \"dataSetName\": \"CSGO-Small\",\r\n \"dataSetSize\": 198177,\r\n \"isTimeSeries\": false,\r\n \"columns\": {\r\n \"VACBanned\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"win_ratio\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_aug\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_awp\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_mp7\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_mp9\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_p90\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_ak47\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_m249\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_m4a1\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_mag7\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_nova\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_p250\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_tec9\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"mvp_per_round\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_bizon\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_elite\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_famas\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_g3sg1\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_glock\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_mac10\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_negev\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_sg556\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_ssg08\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_ump45\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"total_accuracy\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_deagle\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_scar20\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_xm1014\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_galilar\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_hkp2000\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_sawedoff\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"total_games_owned\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_fiveseven\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"kill_to_death_ratio\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"total_wins_per_hour\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"total_headshots_per_round\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n }\r\n },\r\n \"links\": [\r\n {\r\n \"rel\": \"data\",\r\n \"href\": \"https://ml.nexosis.com/v1/data/CSGO-Small\"\r\n }\r\n ]\r\n },\r\n {\r\n \"dataSetName\": \"CSGO-Stats\",\r\n \"dataSetSize\": 396354,\r\n \"isTimeSeries\": false,\r\n \"columns\": {\r\n \"VACBanned\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"win_ratio\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_aug\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_awp\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_mp7\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_mp9\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_p90\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_ak47\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_m249\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_m4a1\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_mag7\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_nova\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_p250\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_tec9\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"mvp_per_round\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_bizon\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_elite\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_famas\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_g3sg1\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_glock\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_mac10\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_negev\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_sg556\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_ssg08\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_ump45\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"total_accuracy\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_deagle\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_scar20\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_xm1014\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_galilar\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_hkp2000\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_sawedoff\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"total_games_owned\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"accuracy_fiveseven\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"kill_to_death_ratio\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"total_wins_per_hour\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"total_headshots_per_round\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n }\r\n },\r\n \"links\": [\r\n {\r\n \"rel\": \"data\",\r\n \"href\": \"https://ml.nexosis.com/v1/data/CSGO-Stats\"\r\n }\r\n ]\r\n },\r\n {\r\n \"dataSetName\": \"india2\",\r\n \"dataSetSize\": 19213,\r\n \"isTimeSeries\": true,\r\n \"columns\": {\r\n \"hotel\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"target\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"timestamp\": {\r\n \"dataType\": \"date\",\r\n \"role\": \"timestamp\"\r\n }\r\n },\r\n \"links\": [\r\n {\r\n \"rel\": \"data\",\r\n \"href\": \"https://ml.nexosis.com/v1/data/india2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"dataSetName\": \"iphone-android-slow\",\r\n \"dataSetSize\": 21474,\r\n \"isTimeSeries\": true,\r\n \"columns\": {\r\n \"iphone\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"android\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"timestamp\": {\r\n \"dataType\": \"date\",\r\n \"role\": \"timestamp\"\r\n }\r\n },\r\n \"links\": [\r\n {\r\n \"rel\": \"data\",\r\n \"href\": \"https://ml.nexosis.com/v1/data/iphone-android-slow\"\r\n }\r\n ]\r\n },\r\n {\r\n \"dataSetName\": \"IPPSProviderSummaryFY2011\",\r\n \"isTimeSeries\": false,\r\n \"columns\": {\r\n \"provider_id\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"provider_city\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"none\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"provider_name\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"none\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"drg_definition\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"provider_state\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"total_discharges\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mean\",\r\n \"aggregation\": \"mean\"\r\n },\r\n \"provider_zip_code\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"none\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"average_covered_charges\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mean\",\r\n \"aggregation\": \"mean\"\r\n },\r\n \"provider_street_address\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"none\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"average_medicare_payments\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mean\",\r\n \"aggregation\": \"mean\"\r\n },\r\n \"average_medicare_payments_2\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mean\",\r\n \"aggregation\": \"mean\"\r\n },\r\n \"hospital_referral_region_description\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"none\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n }\r\n },\r\n \"links\": [\r\n {\r\n \"rel\": \"data\",\r\n \"href\": \"https://ml.nexosis.com/v1/data/IPPSProviderSummaryFY2011\"\r\n }\r\n ]\r\n },\r\n {\r\n \"dataSetName\": \"iris-data\",\r\n \"dataSetSize\": 3680,\r\n \"isTimeSeries\": false,\r\n \"columns\": {\r\n \"iris\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"petal_len\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"sepal_len\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"petal_width\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"sepal_width\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n }\r\n },\r\n \"links\": [\r\n {\r\n \"rel\": \"data\",\r\n \"href\": \"https://ml.nexosis.com/v1/data/iris-data\"\r\n }\r\n ]\r\n },\r\n {\r\n \"dataSetName\": \"Location-A\",\r\n \"dataSetSize\": 47022,\r\n \"isTimeSeries\": true,\r\n \"columns\": {\r\n \"sales\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"timeStamp\": {\r\n \"dataType\": \"date\",\r\n \"role\": \"timestamp\"\r\n },\r\n \"transactions\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n }\r\n },\r\n \"links\": [\r\n {\r\n \"rel\": \"data\",\r\n \"href\": \"https://ml.nexosis.com/v1/data/Location-A\"\r\n }\r\n ]\r\n },\r\n {\r\n \"dataSetName\": \"model.5AF982B2-C259-44C4-B635-9B095FE1B494\",\r\n \"dataSetSize\": 35962,\r\n \"isTimeSeries\": false,\r\n \"columns\": {\r\n \"0\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"1\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"2\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"3\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"4\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"5\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"6\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"7\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"8\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"9\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"instances\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"target\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n }\r\n },\r\n \"links\": [\r\n {\r\n \"rel\": \"data\",\r\n \"href\": \"https://ml.nexosis.com/v1/data/model.5AF982B2-C259-44C4-B635-9B095FE1B494\"\r\n }\r\n ]\r\n },\r\n {\r\n \"dataSetName\": \"network-intrusion\",\r\n \"dataSetSize\": 14612738,\r\n \"isTimeSeries\": false,\r\n \"columns\": {\r\n \"hot\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"flag\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"land\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"class\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"count\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"urgent\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"service\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"duration\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"num_root\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"dst_bytes\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"logged_in\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"src_bytes\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"srv_count\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"diff_level\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"none\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"num_shells\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"root_shell\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"rerror_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"serror_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"su_attempted\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"diff_srv_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"is_host_login\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"protocol_type\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"same_srv_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"dst_host_count\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"is_guest_login\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"wrong_fragment\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"num_compromised\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"srv_rerror_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"srv_serror_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"num_access_files\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"num_failed_logins\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"num_outbound_cmds\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"dst_host_srv_count\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"num_file_creations\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"srv_diff_host_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"dst_host_rerror_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"dst_host_serror_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"dst_host_diff_srv_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"dst_host_same_srv_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"dst_host_srv_rerror_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"dst_host_srv_serror_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"dst_host_same_src_port_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"dst_host_srv_diff_host_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n }\r\n },\r\n \"links\": [\r\n {\r\n \"rel\": \"data\",\r\n \"href\": \"https://ml.nexosis.com/v1/data/network-intrusion\"\r\n }\r\n ]\r\n },\r\n {\r\n \"dataSetName\": \"network-intrusion2\",\r\n \"dataSetSize\": 16051578,\r\n \"isTimeSeries\": false,\r\n \"columns\": {\r\n \"hot\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"flag\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"land\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"class\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"none\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"count\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"urgent\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"service\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"duration\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"isAttack\": {\r\n \"dataType\": \"logical\",\r\n \"role\": \"none\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"num_root\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"dst_bytes\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"logged_in\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"src_bytes\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"srv_count\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"diff_level\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"none\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"num_shells\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"root_shell\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"rerror_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"serror_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"su_attempted\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"diff_srv_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"general_class\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"none\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"is_host_login\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"protocol_type\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"same_srv_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"dst_host_count\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"is_guest_login\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"wrong_fragment\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"num_compromised\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"srv_rerror_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"srv_serror_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"num_access_files\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"num_failed_logins\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"num_outbound_cmds\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"dst_host_srv_count\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"num_file_creations\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"srv_diff_host_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"dst_host_rerror_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"dst_host_serror_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"dst_host_diff_srv_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"dst_host_same_srv_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"dst_host_srv_rerror_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"dst_host_srv_serror_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"dst_host_same_src_port_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"dst_host_srv_diff_host_rate\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n }\r\n },\r\n \"links\": [\r\n {\r\n \"rel\": \"data\",\r\n \"href\": \"https://ml.nexosis.com/v1/data/network-intrusion2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"dataSetName\": \"testImport\",\r\n \"dataSetSize\": 3680,\r\n \"isTimeSeries\": false,\r\n \"columns\": {\r\n \"iris\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"petal_len\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"sepal_len\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"petal_width\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"sepal_width\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n }\r\n },\r\n \"links\": [\r\n {\r\n \"rel\": \"data\",\r\n \"href\": \"https://ml.nexosis.com/v1/data/testImport\"\r\n }\r\n ]\r\n },\r\n {\r\n \"dataSetName\": \"titanic\",\r\n \"dataSetSize\": 58283,\r\n \"isTimeSeries\": false,\r\n \"columns\": {\r\n \"Age\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"median\",\r\n \"aggregation\": \"mean\"\r\n },\r\n \"Sex\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"Fare\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"median\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"Name\": {\r\n \"dataType\": \"text\",\r\n \"role\": \"none\"\r\n },\r\n \"Cabin\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"none\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"Parch\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"median\",\r\n \"aggregation\": \"mean\"\r\n },\r\n \"SibSp\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"median\",\r\n \"aggregation\": \"mean\"\r\n },\r\n \"Pclass\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"median\",\r\n \"aggregation\": \"mean\"\r\n },\r\n \"Ticket\": {\r\n \"dataType\": \"text\",\r\n \"role\": \"feature\"\r\n },\r\n \"Embarked\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"Survived\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"target\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"PassengerId\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"none\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n }\r\n },\r\n \"links\": [\r\n {\r\n \"rel\": \"data\",\r\n \"href\": \"https://ml.nexosis.com/v1/data/titanic\"\r\n }\r\n ]\r\n },\r\n {\r\n \"dataSetName\": \"UPWD-Sales\",\r\n \"dataSetSize\": 279,\r\n \"isTimeSeries\": false,\r\n \"columns\": {\r\n \"SEO\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"Sales\": {\r\n \"dataType\": \"date\",\r\n \"role\": \"feature\"\r\n },\r\n \"Social\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"Timestamp\": {\r\n \"dataType\": \"date\",\r\n \"role\": \"feature\"\r\n }\r\n },\r\n \"links\": [\r\n {\r\n \"rel\": \"data\",\r\n \"href\": \"https://ml.nexosis.com/v1/data/UPWD-Sales\"\r\n }\r\n ]\r\n },\r\n {\r\n \"dataSetName\": \"whiskey\",\r\n \"dataSetSize\": 49958,\r\n \"isTimeSeries\": true,\r\n \"columns\": {\r\n \"hotel\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"target\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"foxtrot\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"timestamp\": {\r\n \"dataType\": \"date\",\r\n \"role\": \"timestamp\"\r\n }\r\n },\r\n \"links\": [\r\n {\r\n \"rel\": \"data\",\r\n \"href\": \"https://ml.nexosis.com/v1/data/whiskey\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"pageNumber\": 0,\r\n \"totalPages\": 1,\r\n \"pageSize\": 50,\r\n \"totalCount\": 17,\r\n \"links\": [\r\n {\r\n \"rel\": \"self\",\r\n \"href\": \"https://ml.nexosis.com/v1/data\"\r\n },\r\n {\r\n \"rel\": \"first\",\r\n \"href\": \"https://ml.nexosis.com/v1/data?page=0\"\r\n },\r\n {\r\n \"rel\": \"last\",\r\n \"href\": \"https://ml.nexosis.com/v1/data?page=0\"\r\n }\r\n ]\r\n}"
},
{
"id": "b40e534a-a99f-4d50-8581-777d72874023",
"name": "List all that start with `auto`",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json, text/json"
},
{
"key": "api-key",
"value": "{{api-key}}"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "{{base-url}}/data?partialName=auto",
"host": [
"{{base-url}}"
],
"path": [
"data"
],
"query": [
{
"key": "partialName",
"value": "auto",
"equals": true,
"description": "(string) Limits results to only those datasets with names containing the specified value."
},
{
"key": "page",
"value": "",
"equals": false,
"description": "(int32) Zero-based page number of datasets to retrieve.",
"disabled": true
},
{
"key": "pageSize",
"value": "",
"equals": false,
"description": "(int32) Count of datasets to retrieve in each page (max 1000).",
"disabled": true
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json; charset=utf-8",
"name": "Content-Type",
"description": "The mime type of this content"
},
{
"key": "Date",
"value": "Wed, 24 Jan 2018 21:30:33 GMT",
"name": "Date",
"description": "The date and time that the message was sent"
},
{
"key": "Nexosis-Account-Balance",
"value": "0.00 USD",
"name": "Nexosis-Account-Balance",
"description": "Custom header"
},
{
"key": "Nexosis-Account-DataSetCount-Allotted",
"value": "200",
"name": "Nexosis-Account-DataSetCount-Allotted",
"description": "Custom header"
},
{
"key": "Nexosis-Account-DataSetCount-Current",
"value": "17",
"name": "Nexosis-Account-DataSetCount-Current",
"description": "Custom header"
},
{
"key": "Nexosis-Account-PredictionCount-Allotted",
"value": "250000",
"name": "Nexosis-Account-PredictionCount-Allotted",
"description": "Custom header"
},
{
"key": "Nexosis-Account-PredictionCount-Current",
"value": "418",
"name": "Nexosis-Account-PredictionCount-Current",
"description": "Custom header"
},
{
"key": "Nexosis-Account-SessionCount-Allotted",
"value": "3500",
"name": "Nexosis-Account-SessionCount-Allotted",
"description": "Custom header"
},
{
"key": "Nexosis-Account-SessionCount-Current",
"value": "0",
"name": "Nexosis-Account-SessionCount-Current",
"description": "Custom header"
},
{
"key": "Nexosis-Request-Cost",
"value": "0.00 USD",
"name": "Nexosis-Request-Cost",
"description": "Custom header"
},
{
"key": "Transfer-Encoding",
"value": "chunked",
"name": "Transfer-Encoding",
"description": "The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."
}
],
"cookie": [],
"responseTime": "94",
"body": "{\r\n \"items\": [\r\n {\r\n \"dataSetName\": \"autompg\",\r\n \"isTimeSeries\": false,\r\n \"columns\": {\r\n \"MPG\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"target\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"Make\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"Name\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"none\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"mode\"\r\n },\r\n \"Origin\": {\r\n \"dataType\": \"numeric\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"Weight\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"Cylinders\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"ModelYear\": {\r\n \"dataType\": \"string\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"mode\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"Horsepower\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"Acceleration\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n },\r\n \"Displacement\": {\r\n \"dataType\": \"numericMeasure\",\r\n \"role\": \"feature\",\r\n \"imputation\": \"zeroes\",\r\n \"aggregation\": \"sum\"\r\n }\r\n },\r\n \"links\": [\r\n {\r\n \"rel\": \"data\",\r\n \"href\": \"https://ml.nexosis.com/v1/data/autompg\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"pageNumber\": 0,\r\n \"totalPages\": 1,\r\n \"pageSize\": 50,\r\n \"totalCount\": 1,\r\n \"links\": [\r\n {\r\n \"rel\": \"self\",\r\n \"href\": \"https://ml.nexosis.com/v1/data?partialName=auto\"\r\n },\r\n {\r\n \"rel\": \"first\",\r\n \"href\": \"https://ml.nexosis.com/v1/data?partialName=auto&page=0\"\r\n },\r\n {\r\n \"rel\": \"last\",\r\n \"href\": \"https://ml.nexosis.com/v1/data?partialName=auto&page=0\"\r\n }\r\n ]\r\n}"
}
]
},
{
"name": "Retrieve Data",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json, text/json, text/csv"
},
{
"key": "api-key",
"value": "{{api-key}}",
"description": "Nexosis API Access Key - https://developers.nexosis.com/developer"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "{{base-url}}/data/:dataSetName?",
"host": [
"{{base-url}}"
],
"path": [
"data",
":dataSetName"
],
"query": [
{
"key": "startDate ",
"value": "",
"equals": false,
"description": "string - Format - date-time (as date-time in ISO8601). Limits results to those on or after the specified date",
"disabled": true
},
{
"key": "endDate ",
"value": "",
"equals": false,
"description": "string - Format - date-time (as date-time in ISO8601). Limits results to those on or before the specified date",
"disabled": true
},
{
"key": "page ",
"value": "",
"equals": false,
"description": "integer - Format - int32. Zero-based page number of results to retrieve",
"disabled": true
},
{
"key": "pageSize",
"value": "",
"equals": false,
"description": "integer - Format - int32. Count of results to retrieve in each page (max 1000).",
"disabled": true
},
{
"key": "include",
"value": "",
"equals": false,
"description": "Comma delimited list (Array) - Limits results to the specified columns.",
"disabled": true
}
],
"variable": [
{
"key": "dataSetName",
"value": "autompg",
"description": "Name of the DataSet to retrieve the data from."
}
]
},
"description": "See also <a href=\"http://docs.nexosis.com/guides/retrievingdata\" target=\"_blank\">http://docs.nexosis.com/guides/retrievingdata</a> for more\r\ndetails about how to retrieve your data.\r\n\r\n# Request URL\r\n\r\nGET https://ml.nexosis.com/v1/data/{dataSetName}[?startDate][&endDate][&page][&pageSize][&include]\r\n\r\n# Request Parameters\r\n* dataSetName string - \r\nName of the dataset for which to retrieve data\r\n\r\n* startDate (optional) string - \r\nFormat - date-time (as date-time in ISO8601). Limits results to those on or after the specified date\r\n\r\n* endDate (optional) string - \r\nFormat - date-time (as date-time in ISO8601). Limits results to those on or before the specified date\r\n\r\n* page (optional) integer - \r\nFormat - int32. Zero-based page number of results to retrieve\r\n\r\n* pageSize (optional) integer - \r\nFormat - int32. Count of results to retrieve in each page (max 1000)\r\n\r\n* include (optional) array - \r\nLimits results to the specified columns"
},
"response": [
{
"id": "19d1ac60-8e3b-49be-b01d-4d68cfe0bcac",
"name": "Get data from `autompg` dataset.",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json, text/json, text/csv"
},
{
"key": "api-key",
"value": "{{api-key}}"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "{{base-url}}/data/:dataSetName?",
"host": [
"{{base-url}}"
],
"path": [
"data",
":dataSetName"
],
"query": [
{
"key": "startDate ",
"value": "",
"equals": false,
"description": "string - Format - date-time (as date-time in ISO8601). Limits results to those on or after the specified date",
"disabled": true
},
{
"key": "endDate ",
"value": "",
"equals": false,
"description": "string - Format - date-time (as date-time in ISO8601). Limits results to those on or before the specified date",
"disabled": true
},
{
"key": "page ",
"value": "",
"equals": false,
"description": "integer - Format - int32. Zero-based page number of results to retrieve",
"disabled": true
},
{
"key": "pageSize",
"value": "",
"equals": false,
"description": "integer - Format - int32. Count of results to retrieve in each page (max 1000).",
"disabled": true
},
{
"key": "include",
"value": "",
"equals": false,
"description": "Comma delimited list (Array) - Limits results to the specified columns.",
"disabled": true
}
],
"variable": [
{
"key": "dataSetName",
"value": "autompg"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json; charset=utf-8",
"name": "Content-Type",
"description": "The mime type of this content"
},
{
"key": "Date",
"value": "Wed, 24 Jan 2018 21:43:58 GMT",
"name": "Date",
"description": "The date and time that the message was sent"
},
{
"key": "Nexosis-Account-Balance",
"value": "0.00 USD",
"name": "Nexosis-Account-Balance",
"description": "Custom header"
},
{
"key": "Nexosis-Account-DataSetCount-Allotted",
"value": "200",
"name": "Nexosis-Account-DataSetCount-Allotted",
"description": "Custom header"
},
{
"key": "Nexosis-Account-DataSetCount-Current",
"value": "17",
"name": "Nexosis-Account-DataSetCount-Current",
"description": "Custom header"
},
{
"key": "Nexosis-Account-PredictionCount-Allotted",
"value": "250000",
"name": "Nexosis-Account-PredictionCount-Allotted",
"description": "Custom header"
},
{
"key": "Nexosis-Account-PredictionCount-Current",
"value": "418",
"name": "Nexosis-Account-PredictionCount-Current",
"description": "Custom header"
},
{
"key": "Nexosis-Account-SessionCount-Allotted",
"value": "3500",
"name": "Nexosis-Account-SessionCount-Allotted",
"description": "Custom header"
},
{
"key": "Nexosis-Account-SessionCount-Current",
"value": "0",
"name": "Nexosis-Account-SessionCount-Current",
"description": "Custom header"
},
{
"key": "Nexosis-Request-Cost",
"value": "0.00 USD",
"name": "Nexosis-Request-Cost",
"description": "Custom header"
},
{
"key": "Transfer-Encoding",
"value": "chunked",
"name": "Transfer-Encoding",
"description": "The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."
}
],
"cookie": [],
"responseTime": "505",
"body": "{\"dataSetName\":\"autompg\",\"isTimeSeries\":false,\"columns\":{\"MPG\":{\"dataType\":\"numericMeasure\",\"role\":\"target\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"Make\":{\"dataType\":\"string\",\"role\":\"feature\",\"imputation\":\"mode\",\"aggregation\":\"mode\"},\"Name\":{\"dataType\":\"string\",\"role\":\"none\",\"imputation\":\"mode\",\"aggregation\":\"mode\"},\"Origin\":{\"dataType\":\"numeric\",\"role\":\"feature\",\"imputation\":\"mode\",\"aggregation\":\"sum\"},\"Weight\":{\"dataType\":\"numericMeasure\",\"role\":\"feature\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"Cylinders\":{\"dataType\":\"numericMeasure\",\"role\":\"feature\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"ModelYear\":{\"dataType\":\"string\",\"role\":\"feature\",\"imputation\":\"mode\",\"aggregation\":\"sum\"},\"Horsepower\":{\"dataType\":\"numericMeasure\",\"role\":\"feature\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"Acceleration\":{\"dataType\":\"numericMeasure\",\"role\":\"feature\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"},\"Displacement\":{\"dataType\":\"numericMeasure\",\"role\":\"feature\",\"imputation\":\"zeroes\",\"aggregation\":\"sum\"}},\"data\":[{\"MPG\":\"14\",\"Make\":\"chevrolet\",\"Name\":\"chevrolet impala\",\"Origin\":\"1\",\"Weight\":\"4209\",\"Cylinders\":\"8\",\"ModelYear\":\"71\",\"Horsepower\":\"165\",\"Acceleration\":\"12\",\"Displacement\":\"350\"},{\"MPG\":\"23.8\",\"Make\":\"oldsmobile\",\"Name\":\"oldsmobile starfire sx\",\"Origin\":\"1\",\"Weight\":\"2855\",\"Cylinders\":\"4\",\"ModelYear\":\"78\",\"Horsepower\":\"85\",\"Acceleration\":\"17.6\",\"Displacement\":\"151\"},{\"MPG\":\"31.3\",\"Make\":\"mazda\",\"Name\":\"mazda 626\",\"Origin\":\"3\",\"Weight\":\"2542\",\"Cylinders\":\"4\",\"ModelYear\":\"80\",\"Horsepower\":\"75\",\"Acceleration\":\"17.5\",\"Displacement\":\"120\"},{\"MPG\":\"16\",\"Make\":\"dodge\",\"Name\":\"dodge coronet brougham\",\"Origin\":\"1\",\"Weight\":\"4190\",\"Cylinders\":\"8\",\"ModelYear\":\"76\",\"Horsepower\":\"150\",\"Acceleration\":\"13\",\"Displacement\":\"318\"},{\"MPG\":\"14\",\"Make\":\"ford\",\"Name\":\"ford ltd\",\"Origin\":\"1\",\"Weight\":\"4657\",\"Cylinders\":\"8\",\"ModelYear\":\"75\",\"Horsepower\":\"148\",\"Acceleration\":\"13.5\",\"Displacement\":\"351\"},{\"MPG\":\"27.2\",\"Make\":\"datsun\",\"Name\":\"datsun 510\",\"Origin\":\"3\",\"Weight\":\"2300\",\"Cylinders\":\"4\",\"ModelYear\":\"78\",\"Horsepower\":\"97\",\"Acceleration\":\"14.7\",\"Displacement\":\"119\"},{\"MPG\":\"26\",\"Make\":\"bmw\",\"Name\":\"bmw 2002\",\"Origin\":\"2\",\"Weight\":\"2234\",\"Cylinders\":\"4\",\"ModelYear\":\"70\",\"Horsepower\":\"113\",\"Acceleration\":\"12.5\",\"Displacement\":\"121\"},{\"MPG\":\"31\",\"Make\":\"toyota\",\"Name\":\"toyota corona\",\"Origin\":\"3\",\"Weight\":\"1649\",\"Cylinders\":\"4\",\"ModelYear\":\"74\",\"Horsepower\":\"52\",\"Acceleration\":\"16.5\",\"Displacement\":\"76\"},{\"MPG\":\"24.5\",\"Make\":\"pontiac\",\"Name\":\"pontiac sunbird coupe\",\"Origin\":\"1\",\"Weight\":\"2740\",\"Cylinders\":\"4\",\"ModelYear\":\"77\",\"Horsepower\":\"88\",\"Acceleration\":\"16\",\"Displacement\":\"151\"},{\"MPG\":\"27\",\"Make\":\"datsun\",\"Name\":\"datsun pl510\",\"Origin\":\"3\",\"Weight\":\"2130\",\"Cylinders\":\"4\",\"ModelYear\":\"70\",\"Horsepower\":\"88\",\"Acceleration\":\"14.5\",\"Displacement\":\"97\"},{\"MPG\":\"13\",\"Make\":\"chevrolet\",\"Name\":\"chevrolet chevelle concours (sw)\",\"Origin\":\"1\",\"Weight\":\"4098\",\"Cylinders\":\"8\",\"ModelYear\":\"72\",\"Horsepower\":\"130\",\"Acceleration\":\"14\",\"Displacement\":\"307\"},{\"MPG\":\"23\",\"Make\":\"toyouta\",\"Name\":\"toyouta corona mark ii (sw)\",\"Origin\":\"3\",\"Weight\":\"2506\",\"Cylinders\":\"4\",\"ModelYear\":\"72\",\"Horsepower\":\"97\",\"Acceleration\":\"14.5\",\"Displacement\":\"120\"},{\"MPG\":\"17.6\",\"Make\":\"chrysler\",\"Name\":\"chrysler lebaron salon\",\"Origin\":\"1\",\"Weight\":\"3465\",\"Cylinders\":\"6\",\"ModelYear\":\"81\",\"Horsepower\":\"85\",\"Acceleration\":\"16.6\",\"Displacement\":\"225\"},{\"MPG\":\"24\",\"Make\":\"toyota\",\"Name\":\"toyota corona mark ii\",\"Origin\":\"3\",\"Weight\":\"2372\",\"Cylinders\":\"4\",\"ModelYear\":\"70\",\"Horsepower\":\"95\",\"Acceleration\":\"15\",\"Displacement\":\"113\"},{\"MPG\":\"21.5\",\"Make\":\"bmw\",\"Name\":\"bmw 320i\",\"Origin\":\"2\",\"Weight\":\"2600\",\"Cylinders\":\"4\",\"ModelYear\":\"77\",\"Horsepower\":\"110\",\"Acceleration\":\"12.8\",\"Displacement\":\"121\"},{\"MPG\":\"19\",\"Make\":\"volvo\",\"Name\":\"volvo 144ea\",\"Origin\":\"2\",\"Weight\":\"2868\",\"Cylinders\":\"4\",\"ModelYear\":\"73\",\"Horsepower\":\"112\",\"Acceleration\":\"15.5\",\"Displacement\":\"121\"},{\"MPG\":\"18\",\"Make\":\"amc\",\"Name\":\"amc matador\",\"Origin\":\"1\",\"Weight\":\"3288\",\"Cylinders\":\"6\",\"ModelYear\":\"71\",\"Horsepower\":\"100\",\"Acceleration\":\"15.5\",\"Displacement\":\"232\"},{\"MPG\":\"26.8\",\"Make\":\"oldsmobile\",\"Name\":\"oldsmobile omega brougham\",\"Origin\":\"1\",\"Weight\":\"2700\",\"Cylinders\":\"6\",\"ModelYear\":\"79\",\"Horsepower\":\"115\",\"Acceleration\":\"12.9\",\"Displacement\":\"173\"},{\"MPG\":\"13\",\"Make\":\"chevrolet\",\"Name\":\"chevrolet caprice classic\",\"Origin\":\"1\",\"Weight\":\"4464\",\"Cylinders\":\"8\",\"ModelYear\":\"73\",\"Horsepower\":\"150\",\"Acceleration\":\"12\",\"Displacement\":\"400\"},{\"MPG\":\"20.2\",\"Make\":\"mercury\",\"Name\":\"mercury monarch ghia\",\"Origin\":\"1\",\"Weight\":\"3570\",\"Cylinders\":\"8\",\"ModelYear\":\"78\",\"Horsepower\":\"139\",\"Acceleration\":\"12.8\",\"Displacement\":\"302\"},{\"MPG\":\"14\",\"Make\":\"ford\",\"Name\":\"ford ltd\",\"Origin\":\"1\",\"Weight\":\"4657\",\"Cylinders\":\"8\",\"ModelYear\":\"75\",\"Horsepower\":\"148\",\"Acceleration\":\"13.5\",\"Displacement\":\"351\"},{\"MPG\":\"15\",\"Make\":\"ford\",\"Name\":\"ford galaxie 500\",\"Origin\":\"1\",\"Weight\":\"4341\",\"Cylinders\":\"8\",\"ModelYear\":\"70\",\"Horsepower\":\"198\",\"Acceleration\":\"10\",\"Displacement\":\"429\"},{\"MPG\":\"11\",\"Make\":\"dodge\",\"Name\":\"dodge d200\",\"Origin\":\"1\",\"Weight\":\"4382\",\"Cylinders\":\"8\",\"ModelYear\":\"70\",\"Horsepower\":\"210\",\"Acceleration\":\"13.5\",\"Displacement\":\"318\"},{\"MPG\":\"15\",\"Make\":\"amc\",\"Name\":\"amc ambassador dpl\",\"Origin\":\"1\",\"Weight\":\"3850\",\"Cylinders\":\"8\",\"ModelYear\":\"70\",\"Horsepower\":\"190\",\"Acceleration\":\"8.5\",\"Displacement\":\"390\"},{\"MPG\":\"21\",\"Make\":\"ford\",\"Name\":\"ford pinto runabout\",\"Origin\":\"1\",\"Weight\":\"2226\",\"Cylinders\":\"4\",\"ModelYear\":\"72\",\"Horsepower\":\"86\",\"Acceleration\":\"16.5\",\"Displacement\":\"122\"},{\"MPG\":\"21\",\"Make\":\"buick\",\"Name\":\"buick skyhawk\",\"Origin\":\"1\",\"Weight\":\"3039\",\"Cylinders\":\"6\",\"ModelYear\":\"75\",\"Horsepower\":\"110\",\"Acceleration\":\"15\",\"Displacement\":\"231\"},{\"MPG\":\"19\",\"Make\":\"mazda\",\"Name\":\"mazda rx2 coupe\",\"Origin\":\"3\",\"Weight\":\"2330\",\"Cylinders\":\"3\",\"ModelYear\":\"72\",\"Horsepower\":\"97\",\"Acceleration\":\"13.5\",\"Displacement\":\"70\"},{\"MPG\":\"16\",\"Make\":\"pontiac\",\"Name\":\"pontiac grand prix\",\"Origin\":\"1\",\"Weight\":\"4278\",\"Cylinders\":\"8\",\"ModelYear\":\"73\",\"Horsepower\":\"230\",\"Acceleration\":\"9.5\",\"Displacement\":\"400\"},{\"MPG\":\"15.5\",\"Make\":\"chevrolet\",\"Name\":\"chevrolet monte carlo landau\",\"Origin\":\"1\",\"Weight\":\"4165\",\"Cylinders\":\"8\",\"ModelYear\":\"77\",\"Horsepower\":\"170\",\"Acceleration\":\"11.4\",\"Displacement\":\"350\"},{\"MPG\":\"32\",\"Make\":\"datsun\",\"Name\":\"datsun 710\",\"Origin\":\"3\",\"Weight\":\"2003\",\"Cylinders\":\"4\",\"ModelYear\":\"74\",\"Horsepower\":\"61\",\"Acceleration\":\"19\",\"Displacement\":\"83\"},{\"MPG\":\"32.4\",\"Make\":\"honda\",\"Name\":\"honda accord\",\"Origin\":\"3\",\"Weight\":\"2290\",\"Cylinders\":\"4\",\"ModelYear\":\"80\",\"Horsepower\":\"72\",\"Acceleration\":\"17\",\"Displacement\":\"107\"},{\"MPG\":\"23.6\",\"Make\":\"ford\",\"Name\":\"ford mustang cobra\",\"Origin\":\"1\",\"Weight\":\"2905\",\"Cylinders\":\"4\",\"ModelYear\":\"80\",\"Horsepower\":\"\",\"Acceleration\":\"14.3\",\"Displacement\":\"140\"},{\"MPG\":\"27.9\",\"Make\":\"dodge\",\"Name\":\"dodge colt\",\"Origin\":\"1\",\"Weight\":\"2800\",\"Cylinders\":\"4\",\"ModelYear\":\"80\",\"Horsepower\":\"105\",\"Acceleration\":\"14.4\",\"Displacement\":\"156\"},{\"MPG\":\"36.1\",\"Make\":\"ford\",\"Name\":\"ford fiesta\",\"Origin\":\"1\",\"Weight\":\"1800\",\"Cylinders\":\"4\",\"ModelYear\":\"78\",\"Horsepower\":\"66\",\"Acceleration\":\"14.4\",\"Displacement\":\"98\"},{\"MPG\":\"16.5\",\"Make\":\"mercedes-benz\",\"Name\":\"mercedes-benz 280s\",\"Origin\":\"2\",\"Weight\":\"3820\",\"Cylinders\":\"6\",\"ModelYear\":\"76\",\"Horsepower\":\"120\",\"Acceleration\":\"16.7\",\"Displacement\":\"168\"},{\"MPG\":\"27\",\"Make\":\"toyota\",\"Name\":\"toyota corolla 1600 (sw)\",\"Origin\":\"3\",\"Weight\":\"2100\",\"Cylinders\":\"4\",\"ModelYear\":\"72\",\"Horsepower\":\"88\",\"Acceleration\":\"16.5\",\"Displacement\":\"97\"},{\"MPG\":\"29.8\",\"Make\":\"vokswagen\",\"Name\":\"vokswagen rabbit\",\"Origin\":\"2\",\"Weight\":\"1845\",\"Cylinders\":\"4\",\"ModelYear\":\"80\",\"Horsepower\":\"62\",\"Acceleration\":\"15.3\",\"Displacement\":\"89\"},{\"MPG\":\"30\",\"Make\":\"plymouth\",\"Name\":\"plymouth reliant\",\"Origin\":\"1\",\"Weight\":\"2385\",\"Cylinders\":\"4\",\"ModelYear\":\"81\",\"Horsepower\":\"84\",\"Acceleration\":\"12.9\",\"Displacement\":\"135\"},{\"MPG\":\"23.2\",\"Make\":\"plymouth\",\"Name\":\"plymouth sapporo\",\"Origin\":\"1\",\"Weight\":\"2745\",\"Cylinders\":\"4\",\"ModelYear\":\"78\",\"Horsepower\":\"105\",\"Acceleration\":\"16.7\",\"Displacement\":\"156\"},{\"MPG\":\"44.3\",\"Make\":\"vw\",\"Name\":\"vw rabbit c (diesel)\",\"Origin\":\"2\",\"Weight\":\"2085\",\"Cylinders\":\"4\",\"ModelYear\":\"80\",\"Horsepower\":\"48\",\"Acceleration\":\"21.7\",\"Displacement\":\"90\"},{\"MPG\":\"25\",\"Make\":\"toyota\",\"Name\":\"toyota corona\",\"Origin\":\"3\",\"Weight\":\"2228\",\"Cylinders\":\"4\",\"ModelYear\":\"71\",\"Horsepower\":\"95\",\"Acceleration\":\"14\",\"Displacement\":\"113\"},{\"MPG\":\"13\",\"Make\":\"ford\",\"Name\":\"ford mustang ii\",\"Origin\":\"1\",\"Weight\":\"3169\",\"Cylinders\":\"8\",\"ModelYear\":\"75\",\"Horsepower\":\"129\",\"Acceleration\":\"12\",\"Displacement\":\"302\"},{\"MPG\":\"24\",\"Make\":\"ford\",\"Name\":\"ford fairmont futura\",\"Origin\":\"1\",\"Weight\":\"2865\",\"Cylinders\":\"4\",\"ModelYear\":\"82\",\"Horsepower\":\"92\",\"Acceleration\":\"16.4\",\"Displacement\":\"140\"},{\"MPG\":\"31.8\",\"Make\":\"datsun\",\"Name\":\"datsun 210\",\"Origin\":\"3\",\"Weight\":\"2020\",\"Cylinders\":\"4\",\"ModelYear\":\"79\",\"Horsepower\":\"65\",\"Acceleration\":\"19.2\",\"Displacement\":\"85\"},{\"MPG\":\"22\",\"Make\":\"datsun\",\"Name\":\"datsun 610\",\"Origin\":\"3\",\"Weight\":\"2379\",\"Cylinders\":\"4\",\"ModelYear\":\"73\",\"Horsepower\":\"94\",\"Acceleration\":\"16.5\",\"Displacement\":\"108\"},{\"MPG\":\"17.5\",\"Make\":\"chevrolet\",\"Name\":\"chevrolet caprice classic\",\"Origin\":\"1\",\"Weight\":\"3880\",\"Cylinders\":\"8\",\"ModelYear\":\"77\",\"Horsepower\":\"145\",\"Acceleration\":\"12.5\",\"Displacement\":\"305\"},{\"MPG\":\"17.7\",\"Make\":\"buick\",\"Name\":\"buick regal sport coupe (turbo)\",\"Origin\":\"1\",\"Weight\":\"3445\",\"Cylinders\":\"6\",\"ModelYear\":\"78\",\"Horsepower\":\"165\",\"Acceleration\":\"13.4\",\"Displacement\":\"231\"},{\"MPG\":\"15\",\"Make\":\"amc\",\"Name\":\"amc matador (sw)\",\"Origin\":\"1\",\"Weight\":\"3892\",\"Cylinders\":\"8\",\"ModelYear\":\"72\",\"Horsepower\":\"150\",\"Acceleration\":\"12.5\",\"Displacement\":\"304\"},{\"MPG\":\"17.5\",\"Make\":\"amc\",\"Name\":\"amc pacer d/l\",\"Origin\":\"1\",\"Weight\":\"3193\",\"Cylinders\":\"6\",\"ModelYear\":\"76\",\"Horsepower\":\"95\",\"Acceleration\":\"17.8\",\"Displacement\":\"258\"},{\"MPG\":\"36.4\",\"Make\":\"audi\",\"Name\":\"audi 5000s (diesel)\",\"Origin\":\"2\",\"Weight\":\"2950\",\"Cylinders\":\"5\",\"ModelYear\":\"80\",\"Horsepower\":\"67\",\"Acceleration\":\"19.9\",\"Displacement\":\"121\"}],\"pageNumber\":0,\"totalPages\":40,\"pageSize\":50,\"totalCount\":1990,\"links\":[{\"rel\":\"self\",\"href\":\"https://api.uat.nexosisdev.com/v1/data/autompg\"},{\"rel\":\"sessions\",\"href\":\"https://api.uat.nexosisdev.com/v1/sessions?dataSourceName=autompg\"},{\"rel\":\"first\",\"href\":\"https://api.uat.nexosisdev.com/v1/data/autompg?page=0\"},{\"rel\":\"next\",\"href\":\"https://api.uat.nexosisdev.com/v1/data/autompg?page=1\"},{\"rel\":\"last\",\"href\":\"https://api.uat.nexosisdev.com/v1/data/autompg?page=39\"}]}"
}
]
},
{
"name": "Retrieve Column Statistics",
"request": {
"method": "GET",
"header": [
{
"key": "api-key",
"value": "{{api-key}}",
"description": "Nexosis API Access Key - https://developers.nexosis.com/developer"
},
{
"key": "Accept",
"value": "application/json, text/json, text/csv"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "{{base-url}}/data/:dataSetName/stats",
"host": [
"{{base-url}}"
],
"path": [
"data",
":dataSetName",
"stats"
],
"variable": [
{
"key": "dataSetName",
"value": "csgo-stats"
}
]
},
"description": "Gets the column stats for the given data source\n\n# Request URL\nGET https://ml.nexosis.com/v1/data/{dataSetName}/stats"
},
"response": []
},
{
"name": "Delete Data (some or all, cascade)",
"request": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json, text/json"
},
{
"key": "api-key",
"value": "{{api-key}}",
"description": "Nexosis API Access Key - https://developers.nexosis.com/developer"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "{{base-url}}/data/:dataSetName?",
"host": [
"{{base-url}}"
],
"path": [
"data",
":dataSetName"
],
"query": [
{
"key": "startDate",
"value": "",
"equals": false,
"description": "string - Format - date-time (as date-time in ISO8601). Limits data removed to those with timestamps on or after the specified date.",
"disabled": true
},
{
"key": "endDate",
"value": "",
"equals": false,
"description": "string - Format - date-time (as date-time in ISO8601). Limits data removed to those with timestamps on or before the specified date.",
"disabled": true
},
{
"key": "startKey",
"value": "",
"equals": false,
"description": "string - Limits data removed to those on or after the specified key, when using an orderable key.",
"disabled": true
},
{
"key": "endKey",
"value": "",
"equals": false,
"description": "string - Limits data removed to those on or before the specified key, when using an orderable key.",
"disabled": true
},
{
"key": "keys",
"value": "",
"equals": false,
"description": "array - Limits data removed to rows that match the provided keys.",
"disabled": true
},
{
"key": "cascade",
"value": "model",
"equals": true,
"description": "array - Deletes all Views used by this DataSet",
"disabled": true
},
{
"key": "cascade",
"value": "session",
"equals": true,
"description": "array - Deletes all sessions that used this dataset.",
"disabled": true
},
{
"key": "cascade",
"value": "view",
"equals": true,
"description": "array - Deletes all vocabulary that were created from text columns in this dataset.",
"disabled": true
},
{
"key": "cascade",
"value": "vocabulary",
"equals": true,
"disabled": true
}
],
"variable": [
{
"key": "dataSetName",
"value": "",
"description": "Name of the dataset from which to remove data\n\n"
}
]
},
"description": "#### Removes data from a particular dataset\r\nIf a range is specified, using either date range for time series data, or key range for an orderable key, then only data in that date range is removed from the dataset.\r\nOtherwise, all data is removed from the dataset.\r\n\r\n# Request URL\r\nDELETE https://ml.nexosis.com/v1/data/{dataSetName}[?startDate][&endDate][&startKey][&endKey][&keys][&cascade]\r\n\r\n# Request parameters\r\n* dataSetName string - \r\nName of the dataset from which to remove data\r\n\r\n* startDate (optional) string - \r\nFormat - date-time (as date-time in ISO8601). Limits data removed to those with timestamps on or after the specified date\r\n\r\n* endDate (optional) string - \r\nFormat - date-time (as date-time in ISO8601). Limits data removed to those with timestamps on or before the specified date\r\n\r\n* startKey (optional) string - \r\nLimits data removed to those on or after the specified key, when using an orderable key\r\n\r\n* endKey (optional) string - \r\nLimits data removed to those on or before the specified key, when using an orderable key\r\n\r\n* keys (optional) array - \r\nLimits data removed to rows that match the provided keys\r\n\r\n* cascade (optional) array - Will cascade deletes to include sessions, views, and / or models associated with this dataset. Default to none. Can have any of session, view, model."
},
"response": [
{
"id": "486a6483-6c23-44a4-8bf9-1c3aa2a02c02",
"name": "Delete data (some or all, cascade)",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Accept",
"value": "application/json, text/json"
},
{
"key": "api-key",
"value": "{{api-key}}",
"description": "Nexosis API Access Key - https://developers.nexosis.com/developer"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "{{base-url}}/data/:dataSetName?cascade=view&cascade=model&cascade=session&cascade=vocabulary",
"host": [
"{{base-url}}"
],
"path": [
"data",
":dataSetName"
],
"query": [
{
"key": "startDate",
"value": "",
"equals": false,
"description": "string - Format - date-time (as date-time in ISO8601). Limits data removed to those with timestamps on or after the specified date.",
"disabled": true
},
{
"key": "endDate",
"value": "",
"equals": false,
"description": "string - Format - date-time (as date-time in ISO8601). Limits data removed to those with timestamps on or before the specified date.",
"disabled": true
},
{
"key": "startKey",
"value": "",
"equals": false,
"description": "string - Limits data removed to those on or after the specified key, when using an orderable key.",
"disabled": true
},
{
"key": "endKey",
"value": "",
"equals": false,
"description": "string - Limits data removed to those on or before the specified key, when using an orderable key.",
"disabled": true
},
{
"key": "keys",
"value": "",
"equals": false,
"description": "array - Limits data removed to rows that match the provided keys.",
"disabled": true
},
{
"key": "cascade",
"value": "view",
"equals": true,
"description": "array - Deletes all Views used by this DataSet"
},
{
"key": "cascade",
"value": "model",
"equals": true,
"description": "array - Deletes all models that originated from this DataSet."
},
{
"key": "cascade",
"value": "session",
"equals": true,
"description": "array - Deletes all sessions that used this DataSet."
},
{
"key": "cascade",
"value": "vocabulary",
"equals": true,