explainable-ml
Here are 181 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
Jun 24, 2022 - Jupyter Notebook
-
Updated
Jun 27, 2022 - Python
-
Updated
Jul 2, 2022 - Python
-
Updated
Jun 1, 2022 - Python
-
Updated
Jun 30, 2022 - Python
-
Updated
Jul 2, 2022 - Jupyter Notebook
-
Updated
Oct 30, 2021 - 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
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
Jun 22, 2022 - Jupyter Notebook
-
Updated
Jun 1, 2022 - R
-
Updated
Jul 2, 2022 - Jupyter Notebook
-
Updated
Jul 1, 2022 - Python
-
Updated
May 26, 2022 - Python
-
Updated
Apr 13, 2022 - Python
-
Updated
Jul 1, 2022
-
Updated
Jun 30, 2022 - Jupyter Notebook
-
Updated
Aug 22, 2020 - Python
-
Updated
Jul 1, 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
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."
Is there an existing integration?
Use Case
A Crime Forecasting Model would solve the following issues.