zhipeng93 commented on code in PR #83:
URL: https://github.com/apache/flink-ml/pull/83#discussion_r882282398
##########
flink-ml-lib/src/test/java/org/apache/flink/ml/classification/LogisticRegressionTest.java:
##########
@@ -232,7 +232,7 @@ public void testSaveLoadAndPredict() throws Exception {
LogisticRegressionModel model =
logisticRegression.fit(binomialDataTable);
model = StageTestUtils.saveAndReload(tEnv, model,
tempFolder.newFolder().getAbsolutePath());
assertEquals(
- Collections.singletonList("coefficient"),
+ Arrays.asList("coefficient", "modelVersion"),
Review Comment:
Please keep this issue open if it is not resolved~
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]