...
Code Block | ||
---|---|---|
| ||
# define data to store ml_datasets = [ { "name": "ml-algorithms", "responsible": "John Doe", "type": "algorithm", "description": "no comment!" } ] ml_result = { 'time_end': '2016-01-22T17:27:59.001Z', 'lat_hg': '2016-01-22T17:27:59.001Z'12, 'long_hg': '2016-01-22T17:27:59.001Z'4.2, 'algorithm_name': 'LassoCV', 'algorithm_parameters': { 'store': 'what you want', 'also here': [1, 2, 3, 4] } } |
...