NVE / avalanche_ml

Applying machine learning in the Norwegian Avalanche warning Service
MIT License
2 stars 1 forks source link

Static method on Score to measure single datapoints #30

Open widforss opened 3 years ago

widforss commented 3 years ago

Currently Score() takes a complete LabeledData instance as input. We probably want a static method taking two DataFrame's or Series if using the metric for training.