explainable-ai
Here are 382 public repositories matching this topic...
We need to increase the number of datasources that MindsDB supports. This task should add a new datasource for connecting to Redash. You can get more info on Redash docs.
If possible, please include a test for the datasource. You can check the example here.
Note: if you are familiar with another datasource tha
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
Dec 2, 2021
-
Updated
Dec 10, 2021 - Python
-
Updated
Nov 8, 2021 - Python
-
Updated
Jul 9, 2020 - Python
-
Updated
Oct 30, 2021 - Python
-
Updated
Dec 13, 2021 - Python
-
Updated
Feb 18, 2020 - Jupyter Notebook
-
Updated
Nov 25, 2021 - Python
-
Updated
Nov 17, 2021
-
Updated
Oct 4, 2021 - Python
-
Updated
Dec 16, 2021 - Jupyter Notebook
-
Updated
Nov 9, 2021 - 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
`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
Nov 17, 2021 - Jupyter Notebook
-
Updated
Feb 7, 2021 - Jupyter Notebook
-
Updated
Dec 7, 2021 - R
-
Updated
Apr 3, 2021 - Python
-
Updated
Mar 29, 2019 - Jupyter Notebook
-
Updated
Dec 16, 2021 - Jupyter Notebook
-
Updated
Dec 15, 2021
-
Updated
Dec 10, 2021 - Python
-
Updated
Sep 21, 2021 - Jupyter Notebook
-
Updated
Nov 20, 2021 - Python
-
Updated
Dec 12, 2021
-
Updated
Aug 27, 2020 - Python
-
Updated
Aug 25, 2021 - Jupyter Notebook
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."
Yes