Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update plot_bench_polynomial_features.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jun 4, 2019
1 parent 7d51da0 commit 6588e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _doc/examples/plot_bench_polynomial_features.py
Expand Up @@ -162,7 +162,7 @@ def allow_configuration(N=None, dim=None, degree=None,

@ignore_warnings(category=FutureWarning)
def run_bench(repeat=10, verbose=False):
pbefore = dict(dim=[2, 5, 10, 20, 50], degree=[2, 3],
pbefore = dict(dim=[2, 5, 10, 20, 30], degree=[2, 3],
interaction_only=[False, True])
pafter = dict(N=[1, 10, 100, 1000], order=['C', 'F'])

Expand Down

0 comments on commit 6588e60

Please sign in to comment.