Skip to content

Commit

Permalink
Update console autocomplete for ML put data_frame analytics (elastic#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga authored and simianhacker committed Aug 27, 2019
1 parent fdc4547 commit d1597ab
Showing 1 changed file with 25 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,30 @@
"results_field": ""
},
"analysis": {
"outlier_detection": {
"n_neighbors": 1,
"method": {"__one_of": ["lof", "ldof", "distance_knn_nn", "distance_knn"]},
"feature_influence_threshold": 1.0
}
"__one_of": [{
"outlier_detection": {
"__template": {
"n_neighbors": ""
},
"n_neighbors": 1,
"method": {"__one_of": ["lof", "ldof", "distance_knn_nn", "distance_knn"]},
"feature_influence_threshold": 1.0
}
}, {
"regression": {
"__template": {
"dependent_variable": ""
},
"dependent_variable": "",
"lambda": 1.0,
"gamma": 1.0,
"eta": 1.0,
"maximum_number_trees": 1,
"feature_bag_fraction": 1.0,
"prediction_field_name": "",
"training_percent": 1.0
}
}]
},
"analyzed_fields": {
"__one_of": [
Expand All @@ -30,6 +49,7 @@
}
]
},
"description": "",
"model_memory_limit": ""
}
}
Expand Down

0 comments on commit d1597ab

Please sign in to comment.