Pinned Repositories
alibi-cfbench
Algorithms for explaining machine learning models
AudioTranscriberAPI
Flask API that receives ogg audio files and returns the text transcription
cadex-cfbench
Constrained Adversarial Explanations
CFNOW
Easiest way to generate counterfactual explanations
dataprocessworkflow
Analyzes a Pandas DataFrame script and outputs a chart with an operations graph for each column
Ranking-Tabular-CF
Rank of Counterfactual Explanations for multiple metrics
VideoTranscriptionOCR
Receives a video (mp4) and uses Tika service to get frames OCR and an asr/transcriber to audio
XGBRegressor
Some examples that use the XGBRegressor
rmazzine's Repositories
rmazzine/CFNOW
Easiest way to generate counterfactual explanations
rmazzine/AudioTranscriberAPI
Flask API that receives ogg audio files and returns the text transcription
rmazzine/dataprocessworkflow
Analyzes a Pandas DataFrame script and outputs a chart with an operations graph for each column
rmazzine/Ranking-Tabular-CF
Rank of Counterfactual Explanations for multiple metrics
rmazzine/VideoTranscriptionOCR
Receives a video (mp4) and uses Tika service to get frames OCR and an asr/transcriber to audio
rmazzine/alibi-cfbench
Algorithms for explaining machine learning models
rmazzine/cadex-cfbench
Constrained Adversarial Explanations
rmazzine/ConvexDensityConstraintsForPlausibleCounterfactuals
rmazzine/counterplotcoverage
rmazzine/Coursera_Capstone
rmazzine/DiCE
Generate Diverse Counterfactual Explanations for any machine learning model.
rmazzine/documentation
Odoo documentation sources
rmazzine/example-python
Python coverage example
rmazzine/gitignore
A collection of useful .gitignore templates
rmazzine/growingspheres-cfbench
Code for the Growing Spheres algorithm (and experiments)
rmazzine/libraryapi
A Python Flask library API
rmazzine/linkedin-jobs-scraper
rmazzine/LORE-cfbench
LOcal Rule-based Exlanations
rmazzine/mace
Model Agnostic Counterfactual Explanations
rmazzine/ml-explain
Methods for explaining machine learning models in PyTorch
rmazzine/MongoServerKubernetes
Model to launch a MongoDB server in Kubernetes
rmazzine/quill
Quill is a modern WYSIWYG editor built for compatibility and extensibility.
rmazzine/RandomEpisodeSimpsonsDP
Simple Random Episode picker
rmazzine/react-native
A framework for building native apps with React.
rmazzine/ReactReduxTutorial
rmazzine/sedc-mean-cfbench
rmazzine/ShapCounterfactual
Hybrid algorithm based on SEDC and SHAP for computing Evidence Counterfactuals (SHAP-Counterfactual): explaining the model predictions of any classifier using a minimal set of features, such that removing these features results in a predicted class change.
rmazzine/synth-action-seq-cfbench
Repository for "Synthesizing Optimal Action Sequences for Modifying Model Decisions" (Published in AAAI-2020)
rmazzine/testtemplate
rmazzine/Twitter_Sentiment_Analysis_Rotten_Apple
This repository has a Twitter Sentiment classifier algorithm written in python and using DASH dashboard, it also uses Flask making it easier to dockerize