Skip to content

Commit f503c9b

Browse files
authored
Create IV. Make the validator.py
1 parent fca1f29 commit f503c9b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Create the CrossValidator
2+
cv = tune.CrossValidator(estimator=lr,
3+
estimatorParamMaps=grid,
4+
evaluator=evaluator
5+
)

0 commit comments

Comments
 (0)