IR-Datasets Integration

The only thing you need to know about TIRA’s ir_datasets integration as a user is to replace your import of ir_datasets like so:

- import ir_datasets
+ from tira.third_party_integrations import ir_datasets

Now you can work with ir_datasets exactly like you usually would. The entire rest of this page only contains background information on what happens behind the scenes and you can safely skip it if you are not interested.

Behind the Scenes

Todo

TODO