Skip to content

Commit 839b4e0

Browse files
committed
DOC remove :ref: in readme to avoid publish error
1 parent 00f8619 commit 839b4e0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,17 @@ FastCan: A Fast Canonical-Correlation-Based Feature Selection Algorithm
3131

3232
FastCan is a feature selection method, which has following advantages:
3333

34-
#. Extremely **fast**. See :ref:`sphx_glr_auto_examples_plot_speed.py`.
34+
#. Extremely **fast**.
3535

36-
#. Support unsupervised feature selection. See :ref:`Unsupervised feature selection <unsupervised>`.
36+
#. Support unsupervised feature selection.
3737

38-
#. Support multioutput feature selection. See :ref:`Multioutput feature selection <multioutput>`.
38+
#. Support multioutput feature selection.
3939

40-
#. Skip redundant features. See :ref:`Feature redundancy <redundancy>`.
40+
#. Skip redundant features.
4141

42-
#. Evalaute relative usefulness of features. See :ref:`sphx_glr_auto_examples_plot_intuitive.py`.
42+
#. Evalaute relative usefulness of features.
4343

44+
Check `Home Page <https://fastcan.readthedocs.io/en/latest/?badge=latest>`_ for more information.
4445

4546
Installation
4647
------------
@@ -61,7 +62,6 @@ Getting Started
6162
>>> FastCan(verbose=0).fit(X, y).get_support()
6263
array([ True, False])
6364

64-
Check :ref:`User Guild <user_guide>` and :ref:`Examples <examples>` in `Home Page <https://fastcan.readthedocs.io/en/latest/?badge=latest>`_ for more information.
6565

6666
Citation
6767
--------

0 commit comments

Comments
 (0)