File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1717Non-Scikit-Learn Algorithms
1818===========================
1919Algorithms not presented in the original scikit-learn are described here. All algorithms are
20- available for both CPU and GPU (including distributed mode)
20+ available for both CPU and GPU (including distributed mode).
21+
22+ .. Note ::
23+ If using :ref: `patching <patching >`, these classes can be imported either from module ``sklearn ``
24+ or from module ``sklearnex ``.
2125
2226.. autoclass :: sklearnex.basic_statistics.BasicStatistics
2327 :members:
Original file line number Diff line number Diff line change 1212.. See the License for the specific language governing permissions and
1313.. limitations under the License.
1414
15+ .. include :: substitutions.rst
1516.. _preview :
1617
1718#####################
@@ -29,8 +30,8 @@ for being enabled by default for all users:
2930This type of functionality is available under **preview mode ** of |sklearnex | and located in
3031the corresponding module (`sklearnex.preview `).
3132
32- Preview functionality * may * or * may not * participate in patching of Scikit-learn.
33- For example, a preview estimator may be a replacement for a stock one or a completely new one .
33+ Functionalities under preview will be made available after patching when preview mode is enabled,
34+ but note that some might be :ref: ` extension estimators < extension_estimators >` without analogs in | sklearn | .
3435
3536To enable preview functionality, you need to set the `SKLEARNEX_PREVIEW ` environment variable
3637to non-empty value before patching of Scikit-learn.
You can’t perform that action at this time.
0 commit comments