parent
7e2bb8d6a2
commit
dbbf2772d8
|
@ -144,6 +144,7 @@ public class ClassificationIT extends MlNativeDataFrameAnalyticsIntegTestCase {
|
||||||
assertEvaluation(KEYWORD_FIELD, KEYWORD_FIELD_VALUES, "ml." + predictedClassField);
|
assertEvaluation(KEYWORD_FIELD, KEYWORD_FIELD_VALUES, "ml." + predictedClassField);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58491")
|
||||||
public void testWithDatastreams() throws Exception {
|
public void testWithDatastreams() throws Exception {
|
||||||
initialize("classification_with_datastreams", true);
|
initialize("classification_with_datastreams", true);
|
||||||
String predictedClassField = KEYWORD_FIELD + "_prediction";
|
String predictedClassField = KEYWORD_FIELD + "_prediction";
|
||||||
|
|
|
@ -101,6 +101,7 @@ public class DatafeedJobsIT extends MlNativeAutodetectIntegTestCase {
|
||||||
waitUntilJobIsClosed(job.getId());
|
waitUntilJobIsClosed(job.getId());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58491")
|
||||||
public void testLookbackOnlyDataStream() throws Exception {
|
public void testLookbackOnlyDataStream() throws Exception {
|
||||||
String mapping = "{\n" +
|
String mapping = "{\n" +
|
||||||
" \"properties\": {\n" +
|
" \"properties\": {\n" +
|
||||||
|
|
|
@ -397,6 +397,7 @@ public class RegressionIT extends MlNativeDataFrameAnalyticsIntegTestCase {
|
||||||
assertMlResultsFieldMappings(destIndex, predictedClassField, "double");
|
assertMlResultsFieldMappings(destIndex, predictedClassField, "double");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58491")
|
||||||
public void testWithDatastream() throws Exception {
|
public void testWithDatastream() throws Exception {
|
||||||
initialize("regression_with_datastream");
|
initialize("regression_with_datastream");
|
||||||
String predictedClassField = DEPENDENT_VARIABLE_FIELD + "_prediction";
|
String predictedClassField = DEPENDENT_VARIABLE_FIELD + "_prediction";
|
||||||
|
|
Loading…
Reference in New Issue