Skip to content

Instantly share code, notes, and snippets.

@pierrelouisbescond
Last active May 9, 2020 15:15
Show Gist options
  • Save pierrelouisbescond/bb83f598f28bd9edbf59aed604be2bcb to your computer and use it in GitHub Desktop.
Save pierrelouisbescond/bb83f598f28bd9edbf59aed604be2bcb to your computer and use it in GitHub Desktop.
from sklearn.ensemble import RandomForestRegressor
RFR = RandomForestRegressor()
RFR.fit(X, y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment