-
Updated
Sep 2, 2021 - Jupyter Notebook
interpretability
Here are 298 public repositories matching this topic...
-
Updated
Sep 2, 2021
-
Updated
Jul 2, 2021 - Jupyter Notebook
Interpret
-
Updated
Aug 20, 2021 - Python
-
Updated
Sep 2, 2021 - Python
-
Updated
Sep 2, 2021
Description
Currently our unit tests are disorganized and each test creates example StellarGraph graphs in different or similar ways with no sharing of this code.
This issue is to improve the unit tests by making functions to create example graphs available to all unit tests by, for example, making them pytest fixtures at the top level of the tests (see https://docs.pytest.org/en/latest/
-
Updated
Sep 2, 2021 - Jupyter Notebook
Consider adding explicit type hints in TabularSampler for feature_names: list, feature_values: dict and others.
-
Updated
Mar 3, 2017 - Lua
-
Updated
Jul 20, 2021
-
Updated
Sep 1, 2021 - Python
-
Updated
Jun 22, 2021 - Python
-
Updated
Aug 25, 2021 - Python
-
Updated
Jul 20, 2021 - Python
-
Updated
Jun 30, 2021 - HTML
-
Updated
Apr 23, 2021 - R
-
Updated
Feb 10, 2021 - Jupyter Notebook
-
Updated
Nov 11, 2020 - Python
-
Updated
Sep 29, 2020
-
Updated
Aug 26, 2021 - Jupyter Notebook
-
Updated
Jun 3, 2021 - Python
-
Updated
Jul 30, 2021 - Python
-
Updated
Dec 12, 2020 - Jupyter Notebook
-
Updated
Jul 28, 2021 - Python
-
Updated
Aug 18, 2021
-
Updated
Aug 31, 2021 - Python
-
Updated
Aug 29, 2021 - 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
Improve this page
Add a description, image, and links to the interpretability topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the interpretability topic, visit your repo's landing page and select "manage topics."
Yes