huawei-noah / streamDM

Stream Data Mining Library for Spark Streaming
http://streamdm.noahlab.com.hk/
Apache License 2.0
492 stars 147 forks source link

Runtime estimation in BasicClassificationEvaluator #86

Closed hmgomes closed 6 years ago

hmgomes commented 6 years ago

Description

Include a runtime estimation for each batch in BasicClassificationEvaluator

Resources

This should be similar to the MOA output for evaluation tasks, i.e., output the runtime in seconds in a separate column.

hmgomes commented 6 years ago

Issue addressed by #87