Get Started ================================ First, make sure you have everything set up correctly to run RIME: .. toctree:: :maxdepth: 1 /for_data_scientists/get_started/setup.md Then, check out one of our **Google Colab** tutorials for a quick introduction into running RIME. Each notebook illustrates how to use RIME to validate, protect, and monitor your ML pipeline across a wide range of tasks (from classification to ranking) and data modalities (Tabular, NLP, and Images). The datasets and models used in these examples come from well-known public sources like `UCI ML `_ or `arXiv `_. In these notebooks, we walk through the steps of setting up RIME with an example dataset/model; we run Stress Testing and then the AI Firewall. .. toctree:: :maxdepth: 1 :caption: Tabular Notebooks Fraud Detection (Binary Classification) NYC Taxi Dataset (Regression) Movie Recommendations (Ranking) .. toctree:: :maxdepth: 1 :caption: NLP Notebooks ArXiv Dataset (NLP, Classification) how_to_guides/common_use_cases/adversarial_nlp.md .. toctree:: :maxdepth: 1 :caption: CV Notebooks Animals with Attributes 2 (Images, Classification) We also provide a lightweight template so that you can easily plug in your own dataset and model. .. toctree:: :maxdepth: 1 :caption: Custom Notebooks Use RIME with your Own Dataset/Model