Skip to content

Commit

Permalink
add header documentation for plot_hyperband
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdidc committed May 30, 2017
1 parent d0a5b1a commit f487ae2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/plot_hyperband.py
@@ -1,3 +1,11 @@
"""
======================================================
Hyperband
======================================================
An example with usage of hyperband.
"""

import numpy as np

from sklearn.ensemble import GradientBoostingRegressor
Expand Down

0 comments on commit f487ae2

Please sign in to comment.