-
Updated
Apr 10, 2022 - HTML
explainable-ai
Here are 453 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
Apr 4, 2022
-
Updated
May 21, 2022 - Python
-
Updated
May 11, 2022 - Python
-
Updated
Jul 9, 2020 - Python
-
Updated
Oct 30, 2021 - Python
-
Updated
May 22, 2022 - Jupyter Notebook
-
Updated
Feb 18, 2020 - Jupyter Notebook
-
Updated
May 23, 2022
-
Updated
May 20, 2022 - Python
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
Apr 27, 2022 - Python
-
Updated
May 23, 2022 - Jupyter Notebook
-
Updated
Apr 20, 2022 - 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 12, 2022 - Python
-
Updated
Apr 21, 2022 - R
-
Updated
May 19, 2022 - Jupyter Notebook
-
Updated
Mar 29, 2019 - Jupyter Notebook
-
Updated
May 18, 2022 - Jupyter Notebook
-
Updated
May 23, 2022 - Python
-
Updated
Apr 28, 2022 - Python
-
Updated
Apr 13, 2022 - Python
-
Updated
Apr 27, 2022
-
Updated
Jan 16, 2022 - Jupyter Notebook
-
Updated
May 14, 2022
Improve this page
Add a description, image, and links to the explainable-ai topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the explainable-ai 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)?