Skip to content

Commit

Permalink
Merge pull request #1 from Ritu1611/Ritu1611-patch-1
Browse files Browse the repository at this point in the history
Updated Titanic Random Forest Tensorflow.ipynb
  • Loading branch information
Ritu1611 authored Oct 17, 2020
2 parents 3365f40 + 41662b4 commit b874675
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Titanic Random Forest Tensorflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1671,6 +1671,8 @@
"outputs": [],
"source": [
"from sklearn.ensemble import RandomForestClassifier\n",
"clf=RandomForestClassifier(n_estimator=8).fit(train, y_train)\n",
"predictions = clf.predict(test)"
"#Write code for Random Forests here"
]
},
Expand Down

0 comments on commit b874675

Please sign in to comment.