explainable-ml
Here are 138 public repositories matching this topic...
-
Updated
Aug 20, 2021 - Python
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
Jul 26, 2021
-
Updated
Aug 21, 2021 - Jupyter Notebook
-
Updated
Aug 17, 2021
-
Updated
Aug 19, 2021 - Python
-
Updated
Aug 20, 2021 - Python
-
Updated
Aug 20, 2021 - Python
-
Updated
Jul 20, 2021 - Python
-
Updated
Aug 20, 2021 - Python
-
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
Version of raiwidgets:
Python 3.7.11 (default, Jul 27 2021, 09:42:29) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32
Type "help", "copyright", "credits" or "license" for more information.
import raiwidgets
print(raiwidgets.version)
0.9.2
Steps to reproduce:
- Created two cohorts from the default tree: married and not married cohorts
- Switched back to the al
-
Updated
Feb 7, 2021 - Jupyter Notebook
-
Updated
Aug 15, 2021 - R
-
Updated
Jul 13, 2021 - Jupyter Notebook
-
Updated
Aug 17, 2021 - Python
-
Updated
Aug 11, 2021 - Jupyter Notebook
-
Updated
Aug 22, 2020 - Python
-
Updated
Aug 18, 2021 - R
-
Updated
Aug 18, 2021
-
Updated
Aug 11, 2021 - HTML
-
Updated
Jun 2, 2021 - Python
-
Updated
Mar 3, 2021 - R
-
Updated
Jun 5, 2020 - Jupyter Notebook
-
Updated
Jul 2, 2021 - R
-
Updated
Dec 5, 2020 - Python
-
Updated
Mar 29, 2021 - Python
-
Updated
Jun 18, 2021 - R
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."
Yes