30 lines
1022 B
BibTeX
30 lines
1022 B
BibTeX
@manual{scikit_randomforestregressor,
|
|
author = "scikit-learn Documentation",
|
|
title = "\texttt{RandomForestRegressor} API Reference",
|
|
url = "https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestRegressor.html",
|
|
urldate = "2024-11-03"
|
|
}
|
|
|
|
@manual{scikit_gradientboostingregressor,
|
|
author = "scikit-learn Documentation",
|
|
title = "\texttt{GradientBoostingRegressor} API Reference",
|
|
url = "https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingRegressor.html",
|
|
urldate = "2024-11-03"
|
|
}
|
|
|
|
@online{scikit_ensembles,
|
|
author = "scikit-learn Documentation",
|
|
title = "Ensembles: Gradient boosting, random forests, bagging, voting, stacking",
|
|
url = "https://scikit-learn.org/stable/modules/ensemble.html",
|
|
urldate = "2024-11-03"
|
|
}
|
|
|
|
@article{breiman,
|
|
author = "Breiman, Leo",
|
|
title = "Random Forests",
|
|
journal = "Machine Learning",
|
|
year = "2001",
|
|
volume = "45",
|
|
page = "5-32",
|
|
}
|