Contents Menu Expand Light mode Dark mode Auto light/dark mode
Light Logo Dark Logo
Light Logo Dark Logo

Getting Started

  • Why Giskard?
  • Quickstart
  • Key vulnerabilities
    • Performance Bias
    • Unrobustness
    • Overconfidence
    • Underconfidence
    • Unethical behaviour
    • Data Leakage
    • Stochasticity
    • Spurious correlation

Guides

  • πŸ“₯ Install the Giskard Python Library
  • πŸ“¦ Wrap your dataset
  • 🎁 Wrap your ML model
  • πŸ” Scan your ML model
  • πŸ”ͺ Identify data slices
  • πŸ”„ Define data transformations
  • πŸ§ͺ Test your ML model
  • πŸ—£οΈTalk to your model
  • πŸš€ Execute your test suite in your CI/CD pipeline
  • 🌐 Run the Giskard Server
    • Installation in AWS
    • Installation in GCP
    • Installation in Azure
    • Installation in Hugging Face Spaces
  • ⬆️ Upload an object to the Giskard server
  • πŸ§‘β€πŸ’»Contribute to Giskard
    • How to configure local development environment
    • Giskard architecture
    • Configuration

Tutorials

  • By ML libraries
    • Scikit-learn
    • XGBoost
    • LightGBM
    • TensorFlow
    • PyTorch
    • HuggingFace
    • LangChain
    • API
  • By ML tasks
    • Classification
    • Regression
    • Text generation
  • By data types
    • Tabular
    • Text

Reference

  • API reference
    • Command-line interface
      • Setup a ngrok account
    • Models
      • Base model classes
      • Catboost models
      • Prediction function
      • HuggingFace models
      • Langchain models
      • Pytorch models
      • Sklearn models
      • Tensorflow models
    • Dataset
    • Tests
      • Metamorphic tests
      • Statistical tests
      • Performance tests
      • Drift tests
    • Test suite
    • Slicing functions
    • Transformation functions
    • Push feature
  • Catalog
    • πŸ“– Test catalog
      • Classification tests
      • Regression tests
    • πŸ”ͺ Slicing function catalog
    • πŸͺ„ Transformation function catalog

Integrations

  • Integrations
    • MLflow
      • MLFlow Example - Tabular
      • MLFlow Example - LLM
    • Weights and Biases
      • Notebook Example - Tabular
    • Giskard on HF Spaces
  v: latest
Versions
latest
stable
Downloads
On Read the Docs
Project Home
Builds
Back to top
Edit this page

πŸ”ͺ Slicing function catalog#

  • Textual slicing function

    • short_comment_slicing_fn

    • keyword_lookup_slicing_fn

    • positive_sentiment_analysis

    • offensive_sentiment_analysis

    • irony_sentiment_analysis

    • hate_sentiment_analysis

    • emotion_sentiment_analysis

  • Numerical slicing function - outlier_filter

Next
πŸͺ„ Transformation function catalog
Previous
Regression tests
Copyright © 2023, Giskard AI
Made with Sphinx and @pradyunsg's Furo