[CT4101]: Assignment 2 Halfway Point
This commit is contained in:
@ -0,0 +1,29 @@
|
||||
@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",
|
||||
}
|
||||
|
Reference in New Issue
Block a user