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. Tabular Notebooks ^^^^^^^^^^^^^^^^^ * |Fraud_notebook| * |NYC_notebook| * |Movie_notebook| NLP Notebooks ^^^^^^^^^^^^^^^^^ * |ArXiv_notebook| * :doc:`how_to_guides/common_use_cases/adversarial_nlp` CV Notebooks ^^^^^^^^^^^^^^^^^ * |Animals_notebook| We also provide a lightweight template so that you can easily plug in your own dataset and model. Custom Notebooks ^^^^^^^^^^^^^^^^ * |Custom_notebook| .. |Fraud_notebook| raw:: html Fraud Detection (Binary Classification) .. |NYC_notebook| raw:: html NYC Taxi Dataset (Regression) .. |Movie_notebook| raw:: html Movie Recommendations (Ranking) .. |ArXiv_notebook| raw:: html ArXiv Dataset (NLP, Classification) .. |Animals_notebook| raw:: html Animals with Attributes 2 (Images, Classification) .. |Custom_notebook| raw:: html Use RIME with your Own Dataset/Model