cebes / cebes-server

Cebes servers
https://cebes.github.io
Apache License 2.0
2 stars 0 forks source link

Expose stats/results of training in Models #119

Open phvu opened 6 years ago

phvu commented 6 years ago

for instance, in LinearRegression, the summary of the Spark model should be exposed to cebes' LinearRegressionModel. Need to come up with a design so that all these "summaries" can be re-used for other models as well. Likely via a Map[String, Any] that maps each metric name/summary entry into its value