Skip to content

Commit 3e444ce

Browse files
authored
Update RegressionWrapper.jl
1 parent 5bd5dc6 commit 3e444ce

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
@@ -66,7 +66,7 @@ predictions = regressor(X_test)
6666
6767
# Dimensional Analysis Example
6868
```julia
69-
using VGeneExpressionProgramming
69+
using GeneExpressionProgramming
7070
7171
# Load data (features: charge density, charge, vector potential, mass)
7272
data = Matrix(CSV.read("data.txt", DataFrame))

0 commit comments

Comments
 (0)