Skip to content

Commit 281c5ab

Browse files
committed
changed header
1 parent db9e8a5 commit 281c5ab

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

example.py

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
##
2-
## EXAMPLE
3-
##
1+
"""
2+
=================================================================
3+
Simulation Study Comparing Random Boosting with Gradient Boosting
4+
=================================================================
45
5-
## Author: Tobias Krabel
6-
## Compares Friedman (2001)'s standard Gradient Boosting framework with
7-
## Random Tree Depth Injection both.
6+
Author: Tobias Krabel
7+
8+
Compares Friedman (2001)'s standard Gradient Boosting framework with
9+
Random Tree Depth Injection.
10+
"""
811

912
import random_boost
1013
from random_boost.random_boost import RandomBoostingRegressor, RandomBoostingClassifier

0 commit comments

Comments
 (0)