Skip to content

Bdmoore1 anacondaupdate #1

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

Merged
merged 3 commits into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
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
8 changes: 5 additions & 3 deletions daal4py/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Last but not least, daal4py allows :ref:`getting input data from streams <stream

oneAPI and GPU support in daal4py
---------------------------------

daal4py oneAPI and GPU support is deprecated. Use `scikit-learn-intelex <https://intel.github.io/scikit-learn-intelex/latest/oneapi-gpu.html#>`_
instead.

Expand Down Expand Up @@ -148,6 +149,7 @@ and in `Intel channel <https://anaconda.org/intel/daal4py>`_.
Sources and build instructions are available in
`daal4py repository <https://github.com/intel/scikit-learn-intelex/tree/main/daal4py>`_.


The daal4py package is available via same distribution channels and platforms as scikit-learn-intelex.
See
`scikit-learn-intelex requirements <https://intel.github.io/scikit-learn-intelex/latest/system-requirements.html>` _
Expand All @@ -160,12 +162,12 @@ See

сonda install daal4py -c conda-forge

- Install from Anaconda Cloud: Intel channel::
- Install using conda from the Intel repository::

conda install daal4py -c intel
conda install daal4py -c https://software.repos.intel.com/python/conda/

We recommend to use **PyPi**. If you are using Intel® Distribution for Python,
we recommend using **Anaconda Cloud: Intel channel**.
we recommend using **conda from the Intel Repository**.
In other cases, use **Anaconda Cloud: conda-forge channel**.


Expand Down
6 changes: 3 additions & 3 deletions daal4py/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,14 +255,14 @@ <h2>Getting daal4py<a class="headerlink" href="#getting-daal4py" title="Permalin
</pre></div>
</div>
</li>
<li><p>Install from Anaconda Cloud: Intel channel:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">install</span> <span class="n">daal4py</span> <span class="o">-</span><span class="n">c</span> <span class="n">intel</span>
<li><p>Install using conda from the Intel repository:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">install</span> <span class="n">daal4py</span> <span class="o">-</span><span class="n">c</span> <span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">software</span><span class="o">.</span><span class="n">repos</span><span class="o">.</span><span class="n">intel</span><span class="o">.</span><span class="n">com</span><span class="o">/</span><span class="n">python</span><span class="o">/</span><span class="n">conda</span><span class="o">/</span>
</pre></div>
</div>
</li>
</ul>
<p>We recommend to use <strong>PyPi</strong>. If you are using Intel® Distribution for Python,
we recommend using <strong>Anaconda Cloud: Intel channel</strong>.
we recommend using <strong>conda from the Intel Repository</strong>.
In other cases, use <strong>Anaconda Cloud: conda-forge channel</strong>.</p>
</section>
<section id="overview">
Expand Down
3 changes: 2 additions & 1 deletion daal4py/searchindex.js

Large diffs are not rendered by default.