Skip to content

Commit 9408410

Browse files
authored
Merge pull request #15 from ruivieira/binder/update
Update Binder examples
2 parents 5404c2b + 912e4d6 commit 9408410

File tree

5 files changed

+13
-48
lines changed

5 files changed

+13
-48
lines changed

Dockerfile

Lines changed: 0 additions & 39 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/trustyai-python/examples/main)
2+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/trustyai-python/trustyai-explainability-python-examples/main?labpath=examples)
23
# trustyai-examples
34

45
Examples for the Python bindings to [TrustyAI](https://kogito.kie.org/trustyai/)'s explainability library.
@@ -7,7 +8,7 @@ Examples for the Python bindings to [TrustyAI](https://kogito.kie.org/trustyai/)
78

89
You can run the example Jupyter notebooks using `mybinder.org`:
910

10-
- https://mybinder.org/v2/gh/trustyai-python/examples/main
11+
- https://mybinder.org/v2/gh/trustyai-python/trustyai-explainability-python-examples/main?labpath=examples
1112

1213

1314
The Jupyter notebooks examples available are:

apt.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ca-certificates-java
2+
openjdk-11-jre-headless
3+
maven
4+
wget

requirements-dev.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

requirements.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
trustyai==0.2.3
1+
trustyai==0.2.4 --no-binary=trustyai
2+
joblib==1.0.1
3+
jupyterlab==3.4.3
4+
pandas==1.3.5
5+
scikit-learn==1.0.2
6+
xgboost==1.4.2
7+
matplotlib==3.5.1

0 commit comments

Comments
 (0)