Robin Cole
Robin Cole
Add datamodule for Copernicus-Bench Biomass-S3 dataset. TO DISCUSS: are there official normalisation stats?
### Issue https://github.com/google-deepmind/jeo ### Fix _No response_
### Issue Add [here](https://torchgeo.readthedocs.io/en/stable/user/alternatives.html) - https://github.com/allenai/rslearn - https://github.com/allenai/rslearn_projects CC @APatrickJ ### Fix New entry for rslearn
With `shap==0.50.0` ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[2], [line 1](vscode-notebook-cell:?execution_count=2&line=1) ----> [1](vscode-notebook-cell:?execution_count=2&line=1) X,y = shap.datasets.boston() AttributeError: module 'shap.datasets' has no attribute 'boston' ```
The error, py 3.12: ``` --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In[36], line 1 ----> 1 import hyperopt 3 def hyperopt_objective(params): 4 model = CatBoostClassifier( 5 l2_leaf_reg=int(params['l2_leaf_reg']), 6...
### Is your feature request related to a problem? Please describe. Example below: ```python import cdsapi dataset = "reanalysis-era5-land-monthly-means" request = { "product_type": ["monthly_averaged_reanalysis"], "variable": ["tp"], # total_precipitation "year": ["2025"],...
### What happened? The links in the docs on https://cds.climate.copernicus.eu/how-to-api e.g. below result in 502 Bad Gateway ### What are the steps to reproduce the bug? follow https://confluence.ecmwf.int/display/CKB/Common+Error+Messages+for+CDS+Requests ### Version...