linkedin / photon-ml

A scalable machine learning library on Apache Spark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why cannot find the model-diagnostic.html file after finishing my job?

PayneJoe opened this issue · comments

HI all , I am new here ,I just launched my first job "demo_photon_ml_logistic_regression", it seemed to be worked , as I checked the three result files under folder "out" which were respectively named "best-model-text" , "learned-models-text" , and "log-message.txt" , but I did not find the "model-diagnostic.html" file under the folder out. Am I missed something ?

try to add the --diagnostic-mode ALL param when using spark-submit

thanks for the tip

Thanks for helping out @zhenchuan :)