Skip to content

Commit d12bd32

Browse files
authored
Update README.md
1 parent 65e4bf7 commit d12bd32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ model= pygol_learn(Train_P, Train_N, max_neg=0, max_literals=3, key_size=1)
116116
+-------------+---+
117117
```
118118

119-
##Recursion
119+
## Recursion
120120

121121
PyGol is capable of learning recursive programs where a predicate symbol is present in both the rule's head and its body.
122122

@@ -129,7 +129,7 @@ model= pygol.pygol_learn(_ ,_ , ... , rule_noise_check = True, recursive = True)
129129
_Please refer (examples/ancestor)_
130130

131131

132-
##Predicate invention
132+
## Predicate invention
133133

134134
PyGol can also perform automatic predicate invention and for that **pi** varibale should set as True.
135135

0 commit comments

Comments
 (0)