We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9e8a5 commit 281c5abCopy full SHA for 281c5ab
example.py
@@ -1,10 +1,13 @@
1
-##
2
-## EXAMPLE
3
+"""
+=================================================================
+Simulation Study Comparing Random Boosting with Gradient Boosting
4
5
-## Author: Tobias Krabel
6
-## Compares Friedman (2001)'s standard Gradient Boosting framework with
7
-## Random Tree Depth Injection both.
+Author: Tobias Krabel
+
8
+Compares Friedman (2001)'s standard Gradient Boosting framework with
9
+Random Tree Depth Injection.
10
11
12
import random_boost
13
from random_boost.random_boost import RandomBoostingRegressor, RandomBoostingClassifier
0 commit comments