-
Updated
Oct 22, 2021 - Jupyter Notebook
interpretability
Here are 316 public repositories matching this topic...
-
Updated
Oct 19, 2021
-
Updated
Jul 2, 2021 - Jupyter Notebook
Interpret
-
Updated
Oct 21, 2021 - Python
-
Updated
Oct 23, 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
Oct 18, 2021 - Jupyter Notebook
The Boston dataset which we use in some examples has an ethical problem and should be replaced. Read more here: https://scikit-learn.org/stable/modules/generated/sklearn.datasets.load_boston.html#sklearn.datasets.load_boston
Impacted examples:
cfproto_housing.ipynbale_regression_boston.ipynb
The above link suggests some similar housing-related alternatives.
-
Updated
Oct 21, 2021
-
Updated
Mar 3, 2017 - Lua
-
Updated
Oct 9, 2021 - Python
-
Updated
Jun 22, 2021 - Python
-
Updated
Jul 20, 2021 - Python
-
Updated
Aug 25, 2021 - Python
-
Updated
Jun 30, 2021 - HTML
-
Updated
Oct 23, 2021 - R
-
Updated
Oct 20, 2021 - Python
-
Updated
Feb 10, 2021 - Jupyter Notebook
-
Updated
Sep 29, 2020
-
Updated
Oct 24, 2021 - Python
-
Updated
Sep 16, 2021 - Jupyter Notebook
-
Updated
Jun 3, 2021 - Python
-
Updated
Oct 6, 2021 - Python
-
Updated
Dec 12, 2020 - Jupyter Notebook
-
Updated
Oct 4, 2021
-
Updated
Oct 18, 2021 - Python
-
Updated
Oct 22, 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