Skip to content

Commit c30ea2f

Browse files
authored
Updates to Anaconda distribution methods (#8)
* Update github pages for DAALL-7867 Update to fix daal4py conversion of XGBoost model error for non-numerical data used for training. * GH Pages for DAALL-7867 * Anaconda updates Updates to install command to remove Anaconda repository option.
1 parent 30d5bcf commit c30ea2f

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

daal4py/_sources/index.rst.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ Last but not least, daal4py allows :ref:`getting input data from streams <stream
102102

103103
oneAPI and GPU support in daal4py
104104
---------------------------------
105+
105106
daal4py oneAPI and GPU support is deprecated. Use `scikit-learn-intelex <https://intel.github.io/scikit-learn-intelex/latest/oneapi-gpu.html#>`_
106107
instead.
107108

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

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

161163
сonda install daal4py -c conda-forge
162164

163-
- Install from Anaconda Cloud: Intel channel::
165+
- Install using conda from the Intel repository::
164166

165-
conda install daal4py -c intel
167+
conda install daal4py -c https://software.repos.intel.com/python/conda/
166168

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

171173

daal4py/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,14 +255,14 @@ <h2>Getting daal4py<a class="headerlink" href="#getting-daal4py" title="Permalin
255255
</pre></div>
256256
</div>
257257
</li>
258-
<li><p>Install from Anaconda Cloud: Intel channel:</p>
259-
<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>
258+
<li><p>Install using conda from the Intel repository:</p>
259+
<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>
260260
</pre></div>
261261
</div>
262262
</li>
263263
</ul>
264264
<p>We recommend to use <strong>PyPi</strong>. If you are using Intel® Distribution for Python,
265-
we recommend using <strong>Anaconda Cloud: Intel channel</strong>.
265+
we recommend using <strong>conda from the Intel Repository</strong>.
266266
In other cases, use <strong>Anaconda Cloud: conda-forge channel</strong>.</p>
267267
</section>
268268
<section id="overview">

daal4py/searchindex.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)