Skip to content

Commit d14d14f

Browse files
Update simple_cerebros_random_search.py
Typo
1 parent ce11359 commit d14d14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cerebros/simplecerebrosrandomsearch/simple_cerebros_random_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ def __init__(
357357
self.maximum_units_per_level = maximum_units_per_level
358358
self.minimum_neurons_per_unit = minimum_neurons_per_unit
359359
self.maximum_neurons_per_unit = maximum_neurons_per_unit
360-
self.data_set = data_set
360+
self.dataset = dataset
361361
self.activation = activation
362362
self.final_activation = final_activation
363363
self.unit_type = unit_type

0 commit comments

Comments
 (0)