explainable-ml
Here are 175 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
Jun 3, 2022
-
Updated
Apr 4, 2022
-
Updated
May 9, 2022 - Jupyter Notebook
-
Updated
Jun 5, 2022 - Python
-
Updated
Jun 1, 2022 - Python
-
Updated
Jun 3, 2022 - Python
-
Updated
Oct 30, 2021 - Python
-
Updated
Jun 7, 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
Jun 1, 2022 - R
-
Updated
May 24, 2022 - Jupyter Notebook
-
Updated
Jun 6, 2022 - Python
-
Updated
May 26, 2022 - Python
-
Updated
Apr 13, 2022 - Python
-
Updated
Jun 7, 2022
-
Updated
May 31, 2022 - Jupyter Notebook
-
Updated
Aug 22, 2020 - Python
-
Updated
Jun 3, 2022 - R
-
Updated
May 22, 2022 - HTML
-
Updated
May 18, 2022 - 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
-
Updated
Feb 24, 2022 - Python
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."
Discussed in mindsdb/mindsdb#2214
Originally posted by blaszta May 13, 2022
Is there any plan to integrate MindsDB with Metabase (an open source BI)?