Releases: AI4S2S/s2spy
0.4.1
0.4.0
0.3.1
0.3.0
Note: this is the first release designed to work with Lilio, which is a spinoff package which handles the calendar generation and resampling. s2spy
will focus more specifically on (sub)seasonal forecasting.
Added
- "Label alignment" functionality for RGDR, to align labels over multiple train-test splits (#144).
- A preprocessing module, which can be used to calculate climatology/anomalies and to detrend data (#152).
- Support for specifying multiple target and precursor intervals in RGDR (#153).
Changed
- A bug in the spherical area calculation of RGDR has been fixed (#133).
- Default settings for RGDR have been removed. Users now need to fully specify their RGDR setup (#133).
- The RGDR visualization plots are now called using
RGDR.preview_correlation
andRGDR.preview_clusters
(#106).
Removed
- Calendar, resampling, and traintest modules have been moved to a separate package named Lilio (#158).
Dev changes
0.2.1
s2spy is a high-level python package integrating expert knowledge and artificial intelligence to boost sub-seasonal to seasonal (S2S) forecasting. It helps you achieve trustworthy data-driven forecasts by providing end-to-end solutions to your machine learning (ML) based S2S forecasting workflow including:
- Datetime operations & data processing
- Preprocessing
- Dimensionality reduction
- Cross-validation
- Model training
- Explainable AI
Fixed
- Display of images on ReadtheDocs and PyPi (#97)
0.2.0
s2spy is a high-level python package integrating expert knowledge and artificial intelligence to boost sub-seasonal to seasonal (S2S) forecasting. It helps you achieve trustworthy data-driven forecasts by providing end-to-end solutions to your machine learning (ML) based S2S forecasting workflow including:
- Datetime operations & data processing
- Preprocessing
- Dimensionality reduction
- Cross-validation
- Model training
- Explainable AI
Added
- Improve Sphinx documentation hosted on ReadtheDocs (#32 #70)
- Support max lags and mark target period methods in time module (#40 #43)
- Add traintest splitting module for cross-validation (#37)
- Add Response Guided Dimensionality Reduction (RGDR) module (#68)
- Update Readme (#95)
Changed
- Refactor resample methods as functions (#50)
- Refactor calendars to BaseCalendar class and subclasses (#60)
Removed
- Python 3.7 support (#65)