8000 MAINT Fix broken link in feature_selection/_univariate_selection.py by ChVeen · Pull Request #25984 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sklearn/feature_selection/_univariate_selection.py < 7A18 svg style="display: none;" aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check color-fg-success">
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def f_oneway(*args):
----------
.. [1] Lowry, Richard. "Concepts and Applications of Inferential
Statistics". Chapter 14.
http://faculty.vassar.edu/lowry/ch14pt1.html
http://vassarstats.net/textbook

.. [2] Heiman, G.W. Research Methods in Statistics. 2002.
"""
Expand Down
0