yanboliang commented on a change in pull request #132: SUBMARINE-296. [SDK] 
Submarine pipeline example
URL: https://github.com/apache/submarine/pull/132#discussion_r380506768
 
 

 ##########
 File path: submarine-sdk/pysubmarine/example/deepFM.json
 ##########
 @@ -0,0 +1,31 @@
+{
+  "input": {
+    "train_data": "./data/tr.libsvm",
 
 Review comment:
   I'd suggest to use array to store training/eval/test dataset. For example, 
machine learning engineers would try to train model on the dataset from 
01/01/2020 to 01/14/2020, and evaluate model's performance on 01/15/2020. This 
is the most common cases and it would be great we support it at the beginning.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to