See: Description
Class | Description |
---|---|
AccuracyValidation |
correct predictions / total
|
FOneScoreValidation | |
LogLossValidation | |
MAEValidation | |
MAPEValidation | |
Metrics |
Class that wraps multiple metrics and prints their scores every n examples.
|
PrecisionValidation |
true positives / (true positives + false positives)
|
ProgressiveValidation |
Base class for all metrics
|
RecallValidation |
true positives / (true positives + false negatives)
|
RMSEValidation |
Copyright © 2017. All rights reserved.