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
3939For now, the suggested installation method is via git clone (also allows easier
4040contributions):
4141
42- git clone git@ github.com: RDFLib/graph-pattern-learner.git
42+ git clone https:// github.com/ RDFLib/graph-pattern-learner.git
4343 cd graph-pattern-learner
4444
4545Afterwards, 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:
9797
9898SCOOP will then run the graph pattern learner distributed over 8 cores (-n).
9999
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:
103103
104104 ./run_create_bundle.sh ./results/bundle_name sparql_endpoint \
105105 --associations_filename=...
You can’t perform that action at this time.
0 commit comments