Skip to content

Commit

Permalink
wip, try fixing ref
Browse files Browse the repository at this point in the history
  • Loading branch information
TwsThomas committed Aug 18, 2020
1 parent 5a95353 commit b4e34e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/02_fit_predict_plot_employee_salaries.py
Expand Up @@ -133,7 +133,7 @@ def make_pipeline(encoding_method):
# other encoding methods.
# There are two reasons for that: the MinHashEncoder performs better
# with tree-based models than linear models (
# :ref:`see example 03<sphx_glr_auto_examples_03_fit_predict_plot_midwest_survey.html#sphx-glr-auto-examples-03-fit-predict-plot-midwest-survey-py>`)
# :ref:`see example 03<sphx_glr_auto_examples_03_fit_predict_plot_midwest_survey.py>`)
# , and also
# increasing `n_components` improves performances. `n_components` around 300
# tend to lead to good prediction performance, but with more computational
Expand Down

0 comments on commit b4e34e0

Please sign in to comment.