explainable-ml
Here are 168 public repositories matching this topic...
Interpret
Yes
How to use Watcher / WatcherClient over tcp/ip network?
Watcher seems to ZMQ server, and WatcherClient is ZMQ Client, but there is no API/Interface to config server IP address.
Do I need to implement a class that inherits from WatcherClient?
-
Updated
Jan 5, 2022
-
Updated
Apr 4, 2022
-
Updated
Apr 13, 2022 - Jupyter Notebook
-
Updated
Feb 18, 2022 - Python
-
Updated
Apr 13, 2022 - Python
-
Updated
Mar 25, 2022 - Python
-
Updated
Apr 8, 2022 - Python
-
Updated
Oct 30, 2021 - Python
-
Updated
Apr 12, 2022 - Jupyter Notebook
Suggested by Melanie Fernandez Pradier:
“Given a model trained on certain features, is there any way I can include additional features (not used in training) but that I want to monitor in the error analysis?"
This is currently possible by enriching the set of input features to the dashboard after the inference step. However, will need further support on the UI side to clearly mark features t
-
Updated
Dec 12, 2020 - Jupyter Notebook
`import numpy as np
import aspect_based_sentiment_analysis as absa
from aspect_based_sentiment_analysis import alignment
from aspect_based_sentiment_analysis import Example
text = "I love mascara"
aspects = ['mascara']
recognizer = absa.aux_models.BasicPatternRecognizer()
nlp = absa.load(pattern_recognizer=recognizer)
task = nlp(text=text, aspects=aspects)
slack = task.examples
pri
-
Updated
Jan 7, 2022 - Jupyter Notebook
-
Updated
Mar 6, 2022 - R
-
Updated
Apr 8, 2022 - Jupyter Notebook
-
Updated
Apr 14, 2022 - Python
-
Updated
Apr 13, 2022 - Python
-
Updated
Jan 22, 2022 - Python
-
Updated
Apr 12, 2022
-
Updated
Apr 14, 2022 - Jupyter Notebook
-
Updated
Aug 22, 2020 - Python
-
Updated
Feb 3, 2022 - R
-
Updated
Feb 10, 2022 - HTML
-
Updated
Dec 23, 2021 - R
-
Updated
Jun 2, 2021 - Python
-
Updated
Mar 15, 2022 - Python
Good day everyone
I am using the output variable of my data (isKilled= yes/no) as a protected variable and “yes” as a priviliged value. But every time I run the code, I just get a few metrics calculated and get the output as shown at the end.
Metric calculation : 2/12 metrics calculated for all models ( 10 NA created )
I used the following code, so could you please suggest where is the
Improve this page
Add a description, image, and links to the explainable-ml topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the explainable-ml topic, visit your repo's landing page and select "manage topics."
Introduction
This tutorial should go over training a model using MindsDB that predicts whether an email is Spam or not. Example dataset can be found here.
Tutorial summary
The tutorial should follow the below steps :