From 839b4e077aa1a70dbf05655003266d7a4ede71c3 Mon Sep 17 00:00:00 2001 From: SIKAI ZHANG <34108862+MatthewSZhang@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:14:32 +0800 Subject: [PATCH] DOC remove :ref: in readme to avoid publish error --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 25e1d19..67ccd4a 100644 --- a/README.rst +++ b/README.rst @@ -31,16 +31,17 @@ FastCan: A Fast Canonical-Correlation-Based Feature Selection Algorithm FastCan is a feature selection method, which has following advantages: -#. Extremely **fast**. See :ref:`sphx_glr_auto_examples_plot_speed.py`. +#. Extremely **fast**. -#. Support unsupervised feature selection. See :ref:`Unsupervised feature selection `. +#. Support unsupervised feature selection. -#. Support multioutput feature selection. See :ref:`Multioutput feature selection `. +#. Support multioutput feature selection. -#. Skip redundant features. See :ref:`Feature redundancy `. +#. Skip redundant features. -#. Evalaute relative usefulness of features. See :ref:`sphx_glr_auto_examples_plot_intuitive.py`. +#. Evalaute relative usefulness of features. +Check `Home Page `_ for more information. Installation ------------ @@ -61,7 +62,6 @@ Getting Started >>> FastCan(verbose=0).fit(X, y).get_support() array([ True, False]) -Check :ref:`User Guild ` and :ref:`Examples ` in `Home Page `_ for more information. Citation --------