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 committed Jan 30, 2024
1 parent 65512b6 commit 53c55db
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@
y_test = np.genfromtxt("data/test_labels.csv")

# Fit a model
<<<<<<< HEAD

depth = 4

=======
depth = 5
>>>>>>> c9c93716fd5af55e194fccb17839ace3add989cd

clf = RandomForestClassifier(max_depth=depth)
clf.fit(X_train, y_train)

Expand Down

0 comments on commit 53c55db

Please sign in to comment.