ilkerarslan / NovaML.jl

https://ilkerarslan.github.io/NovaML.jl/
MIT License
24 stars 3 forks source link

Remove duplicate train_test_split rows in README.MD #18

Closed jbytecode closed 2 months ago

jbytecode commented 2 months ago

The rows

using NovaML.ModelSelection
Xtrn, Xtst, ytrn, ytst = train_test_split(X, y, test_size=0.2)

are duplicated in README.MD so the simple PR removes the repeated one.