A benchmark of in-the-wild distribution shifts spanning diverse data modalities
WILDS WILDS is a benchmark of in-the-wild distribution shifts spanning diverse data modalities and applications, from tumor identification to wildlife monitoring to poverty mapping. Installation We recommend using pip to install WILDS: pip install wilds If you have already installed it, please check that you have the latest version: python -c “import wilds; print(wilds.__version__)” # This should print “1.1.0”. If it doesn’t, update by running: pip install -U wilds If you plan to edit or contribute to WILDS, you should […]
Read more