Skip to content

Commit

Permalink
Update train.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-N-D authored Jan 30, 2024
1 parent 36cf661 commit 8623e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# Fit a model

depth = 5
depth = 3


clf = RandomForestClassifier(max_depth=depth)
Expand Down

0 comments on commit 8623e2b

Please sign in to comment.