File tree Expand file tree Collapse file tree 1 file changed +21
-18
lines changed Expand file tree Collapse file tree 1 file changed +21
-18
lines changed Original file line number Diff line number Diff line change 1
- Orange3 Example Add-on
1
+ Orange3 Scoring
2
2
======================
3
3
4
- This is an example add-on for [ Orange3] ( http://orange.biolab.si ) . Add -on can extend Orange either
5
- in scripting or GUI part, or in both. We here focus on the GUI part and implement a simple (empty) widget,
6
- register it with Orange and add a new workflow with this widget to example tutorials .
4
+ This is an scoring/inference add-on for [ Orange3] ( http://orange.biolab.si ) . This add -on adds widgets to
5
+ load [ PMML ] ( http://dmg.org/pmml/v4-4/GeneralStructure.html ) and [ PFA ] ( http://dmg.org/pfa/index.html ) models
6
+ and score data .
7
7
8
- Installation
9
- ------------
8
+ ## Dependencies
9
+ To use PMML models make sure you have Java installed:
10
+ - Java >= 1.8
11
+ - pypmml (downloaded during installation)
10
12
11
- To install the add-on, run
13
+ To use PFA models:
14
+ - titus2 (downloaded during installation)
12
15
13
- pip install .
16
+ Installation
17
+ ------------
14
18
19
+ To install the add-on using pip, run
20
+ ```
21
+ pip install orange3-scoring
22
+ ```
15
23
To register this add-on with Orange, but keep the code in the development directory (do not copy it to
16
24
Python's site-packages directory), run
17
-
25
+ ```
18
26
pip install -e .
19
-
20
- Documentation / widget help can be built by running
21
-
22
- make html htmlhelp
23
-
24
- from the doc directory.
27
+ ```
25
28
26
29
Usage
27
30
-----
28
31
29
32
After the installation, the widget from this add-on is registered with Orange. To run Orange from the terminal,
30
33
use
31
-
34
+ ```
32
35
python -m Orange.canvas
33
-
36
+ ```
34
37
The new widget appears in the toolbox bar under the section Example.
35
38
36
- ![ screenshot] ( https://github.com/biolab /orange3-example-addon /blob/master/screenshot.png )
39
+ ![ screenshot] ( https://github.com/animator /orange3-scoring /blob/master/screens /screenshot.png )
You can’t perform that action at this time.
0 commit comments