Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Clear warnings when building docs #2134

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 doc/sources/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@

html_theme_options = {
"logo_only": False,
"display_version": True,
"version_selector": True,
Vika-F marked this conversation as resolved.
Show resolved Hide resolved
"prev_next_buttons_location": "bottom",
"style_external_links": False,
"vcs_pageview_mode": "",
Expand Down
4 changes: 2 additions & 2 deletions doc/sources/kaggle/classification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ MultiClass Classification
- training and prediction using scikit-learn-intelex
- search for optimal paramters using Optuna
- performance comparison to scikit-learn
* - `Support Vector Classification (SVC) for MultiClass Classification
* - `Support Vector Classification (SVC) for MultiClass Classification (example 1)
<https://www.kaggle.com/napetrov/svm-tps-may-2021-with-scikit-learn-intelex>`_

**Data:** [TPS May 2021] Synthetic eCommerce data
Expand All @@ -135,7 +135,7 @@ MultiClass Classification
- searching for optimal parameters for the stacking classifier
- training and prediction using scikit-learn-intelex
- performance comparison to scikit-learn
* - `Support Vector Classification (SVC) for MultiClass Classification
* - `Support Vector Classification (SVC) for MultiClass Classification (example 2)
<https://www.kaggle.com/code/alexeykolobyanin/tps-dec-svc-with-sklearnex-20x-speedup>`_

**Data:** [TPS Dec 2021] Synthetic Forest Cover Type data
Expand Down
8 changes: 8 additions & 0 deletions doc/sources/samples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,21 @@ If you want to run them locally, refer to `these instructions
Kmeans for spoken arabic digit dataset <samples/kmeans.ipynb>
DBSCAN for spoken arabic digit dataset <samples/dbscan.ipynb>

.. rubric:: Dimensionality Reduction Tasks

.. toctree::
:maxdepth: 1

Intel® Extension for Scikit-learn TSNE example <samples/tsne.ipynb>

.. rubric:: Jupyter Notebook Samples

.. toctree::
:maxdepth: 1

Intel® Extension for Scikit-Learn* Getting Started Sample <https://github.com/oneapi-src/oneAPI-samples/tree/master/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_SKLearn_GettingStarted>
Intel® Extension for Scikit-Learn*: SVC for Adult dataset Performance Sample <https://github.com/oneapi-src/oneAPI-samples/tree/master/AI-and-Analytics/Features-and-Functionality/Intel_Extension_For_SKLearn_Performance_SVC_Adult>
Utilizing daal4py in Data Science Workflows <samples/daal4py_data_science.ipynb>
david-cortes-intel marked this conversation as resolved.
Show resolved Hide resolved

.. seealso::

Expand Down
Loading