Key formats for accepting/returning values.
| 38 | |
| 39 | |
| 40 | class Values(object): |
| 41 | """Key formats for accepting/returning values.""" |
| 42 | # Floating point, with one or more values corresponding to each time in TIMES. |
| 43 | VALUES = "values" |
| 44 | |
| 45 | |
| 46 | class TrainEvalFeatures(Times, Values): |
no outgoing calls
no test coverage detected