ISI-MIP / attrici

Produce counterfactual climates for ISIMIP.
GNU General Public License v3.0
9 stars 2 forks source link

Simplify SSA smoothing #82

Open matthiasmengel opened 2 years ago

matthiasmengel commented 2 years ago

We can simplify this and In particular remove the dependencies on pyts, numba and scikit learn. There is a nice example of an SSA implementation on kaggle only depening on pandas and numpy. An implementation for ATTRICI is already here.