File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Installation
39
39
For now, the suggested installation method is via git clone (also allows easier
40
40
contributions):
41
41
42
- git clone git@ github.com: RDFLib/graph-pattern-learner.git
42
+ git clone https:// github.com/ RDFLib/graph-pattern-learner.git
43
43
cd graph-pattern-learner
44
44
45
45
Afterwards, to setup the virtual environment and install all dependencies in it:
@@ -97,9 +97,9 @@ If you want to speed things up you can (and should) run with SCOOP in parallel:
97
97
98
98
SCOOP will then run the graph pattern learner distributed over 8 cores (-n).
99
99
100
- The algorithm will by default randomly split your input list of source-target-
101
- pairs into a training and a test set. If you want to see how well the learned
102
- patterns generalise, you can run:
100
+ The algorithm will by default randomly split your input list of
101
+ source-target- pairs into a training and a test set. If you want to see how well
102
+ the learned patterns generalise, you can run:
103
103
104
104
./run_create_bundle.sh ./results/bundle_name sparql_endpoint \
105
105
--associations_filename=...
You can’t perform that action at this time.
0 commit comments