Skip to content

Commit

Permalink
Fix tuning parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
anargyri committed Feb 4, 2022
1 parent 9e0b670 commit 8485e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/examples/test_notebooks_pyspark.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def test_spark_tuning(notebooks, output_notebook, kernel_name):
NUMBER_CORES="*",
NUMBER_ITERATIONS=3,
SUBSET_RATIO=0.5,
RANK=[5, 5],
RANK=[5, 10],
REG=[0.1, 0.01],
),
)
Expand Down

0 comments on commit 8485e97

Please sign in to comment.