Skip to content

Commit

Permalink
שיפור קל נוסף
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Sep 1, 2024
1 parent 1cc38da commit 4578e5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

# הגדרת רשת פרמטרים לבדיקה
param_grid = {
'logisticregression__max_iter': [200, 300], # בדיקת ערכים גדולים יותר
'logisticregression__max_iter': [150, 200],
'tfidfvectorizer__ngram_range': [(1, 2)],
}

Expand Down
Binary file not shown.

0 comments on commit 4578e5b

Please sign in to comment.