Skip to content
Snippets Groups Projects
Commit a365c7b9 authored by Fize Jacques's avatar Fize Jacques
Browse files

Debug

parent 1881a56f
No related branches found
No related tags found
No related merge requests found
...@@ -45,9 +45,9 @@ try: ...@@ -45,9 +45,9 @@ try:
traintest_split.compute_splits(G, split_alg="spanning_tree", train_frac=args.train_frac, fe_ratio=1) traintest_split.compute_splits(G, split_alg="spanning_tree", train_frac=args.train_frac, fe_ratio=1)
except ValueError: except ValueError:
traintest_split.compute_splits(G, split_alg="fast", train_frac=args.train_frac, fe_ratio=1) traintest_split.compute_splits(G, split_alg="fast", train_frac=args.train_frac, fe_ratio=1)
print("BEFORE", len(traintest_split.test_edges)) log("BEFORE"+ str(len(traintest_split.test_edges)))
nee = LPEvaluator(traintest_split) nee = LPEvaluator(traintest_split)
print("AFTER",len(traintest_split.test_edges)) log("AFTER " +str(len(traintest_split.test_edges)))
log("Dataset Built !") log("Dataset Built !")
# Create a Scoresheet to store the results # Create a Scoresheet to store the results
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment