Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ITMO-NSS-team
FEDOT
Commits
3661625b
Commit
3661625b
authored
2 years ago
by
Andrey Getmanov
Browse files
Options
Download
Email Patches
Plain Diff
- fixed bug with crash on tuning
parent
837b6460
multimodal_benchmarking
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fedot/core/pipelines/tuning/search_space.py
+1
-1
fedot/core/pipelines/tuning/search_space.py
with
1 addition
and
1 deletion
+1
-1
fedot/core/pipelines/tuning/search_space.py
View file @
3661625b
...
...
@@ -286,7 +286,7 @@ class PipelineSearchSpace(SearchSpace):
},
'tfidf'
:
{
'ngram_range'
:
(
hp
.
choice
,
[[(
1
,
1
),
(
1
,
2
),
(
1
,
3
)]]),
'min_df'
:
(
hp
.
uniform
,
[
0.0001
,
0.1
]),
'min_df'
:
(
hp
.
uniform
,
[
0.0001
,
0.
0
1
]),
'max_df'
:
(
hp
.
uniform
,
[
0.9
,
0.99
])
},
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help