Skip to content

Commit

Permalink
modify max_tfidf_features to best model
Browse files Browse the repository at this point in the history
  • Loading branch information
r-judeh committed Feb 1, 2022
1 parent c7892a0 commit 03b5c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ modeling:
stratify_by: "neighbourhood_group"
# Maximum number of features to consider for the TFIDF applied to the title of the
# insertion (the column called "name")
max_tfidf_features: 5
max_tfidf_features: 15
# NOTE: you can put here any parameter that is accepted by the constructor of
# RandomForestRegressor. This is a subsample, but more could be added:
random_forest:
Expand Down

0 comments on commit 03b5c5f

Please sign in to comment.