Skip to content

Commit

Permalink
REFACTOR: Deleted non-working criterion
Browse files Browse the repository at this point in the history
  • Loading branch information
denBruneBarone committed Mar 15, 2024
1 parent f07f10d commit b5821df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine_learning/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class HPConfig:

class GridSearchConfig:
param_grid = {
'criterion': ['friedman_mse', 'absolute_error', 'squared_error'],
'criterion': ['friedman_mse', 'squared_error'],
'max_depth': [2, 3, 4, 5, 6, 7, 8],
'max_features': [None, 'sqrt', 'log2'],
'max_leaf_nodes': [2, 3, 4, 5, 6, 7, 8, 9, 10]
Expand Down

0 comments on commit b5821df

Please sign in to comment.