Releases: opendsm/opendsm
Releases · opendsm/opendsm
v1.1.0
What's Changed
Hourly Model
- disallow negative cvrmse in hourly model
- added temp_bin/cluster/temp interaction
- updating clustering
- updating hourly settings and adding clustering
- clustering sort update
- adaptive robust elasticnet
- added fixed temperature bins
- extreme temperature bin settings update
- modified temporal_cluster code
Daily Model
- added daily CVRMSE >= 0 and PNRMSE pass for sufficiency
- fixing broken tests and making daily model use baseline_metrics
- updating daily model settings to no longer use model_fields on instantiated class
Miscellaneous
- revised adaptive loss penalization
- modified extreme value flag to be based on IQR rule
- ignores numpy warnings when dividing by zero and returns a NaN instead by @ssuffian in #549
- fixes the warning data to only inculde invalid temperature rows by @ssuffian in #548
- update README.md by @travis-recurve in #546
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Initial release of OpenDSM