Skip to content

Commit 2b86532

Browse files
authored
Update RegressionWrapper.jl
1 parent 3e444ce commit 2b86532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RegressionWrapper.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Includes extensive mathematical operations:
4343
```julia
4444
# Create regressor
4545
regressor = GepRegressor(
46-
2, # number of features
46+
2; # number of features
4747
entered_features=[:x1, :x2], # feature names
4848
gene_count=3, # genes per individual
4949
head_len=6 # head length per gene

0 commit comments

Comments
 (0)