Skip to content

princyiakov/giskard-examples

Repository files navigation

giskardlogo

Open-Source CI/CD for ML teams

Eliminate AI bias in production. Deliver ML products, better & faster

GitHub release GitHub build Giskard on Discord


Giskard demo notebooks

We have built this repository to help you in the process of integrating Giskard by providing multiple notebooks. This repository has various notebooks which will help you to :

  1. Create an ML model using open data
  2. Create a project on Giskard
  3. Upload the model & data in Giskard

How to navigate through this repository:

Here are the tags that we use to describe the content of each notebook”:

  1. Model libraries :
    1. Deep learning : #pytorch #tensorflow
    2. Machine Learning : #scikit-learn #logistic_regression #random_forest #knn
    3. Text Based : #transformers #huggingface #bert #roberta
  2. How the prediction function is called :
    1. Pipeline : Models are created using #pipeline
    2. Wrapped Functions : Models use the traditional way of the whole process of data transformation and prediction using python #wrapped_function
  3. Data Types:
    1. #category_data
    2. #numeric_data
    3. #text_data
  4. Model Type :
    1. #classification
    2. #regression

Example Database :

Notebook Tags
Credit scoring classification model.ipynb #scikit-learn #logistic_regression #random_forest #classification #category_data #numeric_data #pipeline
Email Classification Model.ipynb #scikit-learn #nltk #transformers #huggingface #pytorch #bert #classification #text_data #category_data #numeric_data #pipeline #wrapped_function
House pricing regression model.ipynb #scikit-learn #random_forest #catboost #regression #category_data #numeric_data #pipeline
Sentiment_Analysis_for_Twitter_Data_using_Roberta.ipynb #transformers #huggingface #roberta #tweepy #datasets #classification #text_data #wrapped_function
Iris_demo.ipynb #scikit-learn #knn #classification #numeric_data #category_data #wrapped_function #wrapped_function
Newspaper_classification.ipynb #pytorch #torchtext #dataloader #classification #text_data #wrapped_function
Text_classification_Using_Tensorflow_Neural_Network.ipynb #tensorflow #neural_network #classification #text_data #wrapped_function

About

Giskard demo notebooks 🧑🏽‍🏫

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Jupyter Notebook 100.0%