Skip to content

Commit 4c3efbc

Browse files
authored
Update README.md
1 parent d12bd32 commit 4c3efbc

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
@@ -126,7 +126,7 @@ To lean recursive rule, **recursive** and **rule_noise_check** variable should b
126126
model= pygol.pygol_learn(_ ,_ , ... , rule_noise_check = True, recursive = True)
127127
```
128128

129-
_Please refer (examples/ancestor)_
129+
_Please refer to [ancestor relation learning problem](https://github.com/danyvarghese/PyGol/tree/main/examples/ancestor)._
130130

131131

132132
## Predicate invention
@@ -137,7 +137,7 @@ PyGol can also perform automatic predicate invention and for that **pi** varibal
137137
model= pygol.pygol_learn(_ ,_ , ... , rule_noise_check = True, recursive = True)
138138
```
139139

140-
_Please refer (examples/GP)_
140+
_Please refer to [grandparent relation learning problem](https://github.com/danyvarghese/PyGol/tree/main/examples/gp)._
141141

142142
## Learning settings
143143
- ILP Learning Approach :- **pygol_learn()**

0 commit comments

Comments
 (0)