@@ -9,148 +9,148 @@ Data Science examples
99
1010Jupyter Notebooks
1111
12- - `Linear Regression <https://github.com/IntelPython/daal4py/blob /master/examples/daal4py_data_science.ipynb >`_
12+ - `Linear Regression <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /daal4py_data_science.ipynb >`_
1313
1414General usage
1515-------------
1616
1717Principal Component Analysis (PCA) Transform
1818
19- - `Single-Process PCA <https://github.com/IntelPython/daal4py/blob /master/examples/pca_batch.py >`_
20- - `Multi-Process PCA <https://github.com/IntelPython/daal4py/blob /master/examples/pca_spmd.py >`_
19+ - `Single-Process PCA <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /pca_batch.py >`_
20+ - `Multi-Process PCA <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /pca_spmd.py >`_
2121
2222Singular Value Decomposition (SVD)
2323
24- - `Single-Process PCA Transform <https://github.com/IntelPython/daal4py/blob /master/examples/pca_transform_batch.py >`_
24+ - `Single-Process PCA Transform <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /pca_transform_batch.py >`_
2525
26- - `Single-Process SVD <https://github.com/IntelPython/daal4py/blob /master/examples/svd_batch.py >`_
27- - `Streaming SVD <https://github.com/IntelPython/daal4py/blob /master/examples/svd_streaming.py >`_
28- - `Multi-Process SVD <https://github.com/IntelPython/daal4py/blob /master/examples/svd_spmd.py >`_
26+ - `Single-Process SVD <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /svd_batch.py >`_
27+ - `Streaming SVD <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /svd_streaming.py >`_
28+ - `Multi-Process SVD <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /svd_spmd.py >`_
2929
3030Moments of Low Order
3131
32- - `Single-Process Low Order Moments <https://github.com/IntelPython/daal4py/blob /master/examples/low_order_moms_dense_batch.py >`_
33- - `Streaming Low Order Moments <https://github.com/IntelPython/daal4py/blob /master/examples/low_order_moms_dense_streaming.py >`_
34- - `Multi-Process Low Order Moments <https://github.com/IntelPython/daal4py/blob /master/examples/low_order_moms_spmd.py >`_
32+ - `Single-Process Low Order Moments <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /low_order_moms_dense_batch.py >`_
33+ - `Streaming Low Order Moments <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /low_order_moms_dense_streaming.py >`_
34+ - `Multi-Process Low Order Moments <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /low_order_moms_spmd.py >`_
3535
3636Correlation and Variance-Covariance Matrices
3737
38- - `Single-Process Covariance <https://github.com/IntelPython/daal4py/blob /master/examples/covariance_batch.py >`_
39- - `Streaming Covariance <https://github.com/IntelPython/daal4py/blob /master/examples/covariance_streaming.py >`_
40- - `Multi-Process Covariance <https://github.com/IntelPython/daal4py/blob /master/examples/covariance_spmd.py >`_
38+ - `Single-Process Covariance <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /covariance_batch.py >`_
39+ - `Streaming Covariance <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /covariance_streaming.py >`_
40+ - `Multi-Process Covariance <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /covariance_spmd.py >`_
4141
4242Decision Forest Classification
4343
4444- `Single-Process Decision Forest Classification
45- <https://github.com/IntelPython/daal4py/blob /master/examples/decision_forest_classification_batch.py> `_
45+ <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /decision_forest_classification_batch.py> `_
4646
4747Decision Tree Classification
4848
4949- `Single-Process Decision Tree Classification
50- <https://github.com/IntelPython/daal4py/blob /master/examples/decision_tree_classification_batch.py> `_
50+ <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /decision_tree_classification_batch.py> `_
5151
5252Gradient Boosted Classification
5353
5454- `Single-Process Gradient Boosted Classification
55- <https://github.com/IntelPython/daal4py/blob /master/examples/gradient_boosted_classification_batch.py> `_
55+ <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /gradient_boosted_classification_batch.py> `_
5656
5757k-Nearest Neighbors (kNN)
5858
5959- `Single-Process kNN
60- <https://github.com/IntelPython/daal4py/blob /master/examples/kdtree_knn_classification_batch.py> `_
60+ <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /kdtree_knn_classification_batch.py> `_
6161
6262Multinomial Naive Bayes
6363
64- - `Single-Process Naive Bayes <https://github.com/IntelPython/daal4py/blob /master/examples/naive_bayes_batch.py >`_
65- - `Streaming Naive Bayes <https://github.com/IntelPython/daal4py/blob /master/examples/naive_bayes_streaming.py >`_
66- - `Multi-Process Naive Bayes <https://github.com/IntelPython/daal4py/blob /master/examples/naive_bayes_spmd.py >`_
64+ - `Single-Process Naive Bayes <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /naive_bayes_batch.py >`_
65+ - `Streaming Naive Bayes <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /naive_bayes_streaming.py >`_
66+ - `Multi-Process Naive Bayes <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /naive_bayes_spmd.py >`_
6767
6868Support Vector Machine (SVM)
6969
7070- `Single-Process SVM
71- <https://github.com/IntelPython/daal4py/blob /master/examples/svm_batch.py> `_
71+ <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /svm_batch.py> `_
7272
7373Logistic Regression
7474
7575- `Single-Process Binary Class Logistic Regression
76- <https://github.com/IntelPython/daal4py/blob /master/examples/log_reg_binary_dense_batch.py> `_
76+ <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /log_reg_binary_dense_batch.py> `_
7777- `Single-Process Logistic Regression
78- <https://github.com/IntelPython/daal4py/blob /master/examples/log_reg_dense_batch.py> `_
78+ <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /log_reg_dense_batch.py> `_
7979
8080Decision Forest Regression
8181
8282- `Single-Process Decision Forest Regression
83- <https://github.com/IntelPython/daal4py/blob /master/examples/decision_forest_regression_batch.py> `_
83+ <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /decision_forest_regression_batch.py> `_
8484
8585- `Single-Process Decision Tree Regression
86- <https://github.com/IntelPython/daal4py/blob /master/examples/decision_tree_regression_batch.py> `_
86+ <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /decision_tree_regression_batch.py> `_
8787
8888Gradient Boosted Regression
8989
9090- `Single-Process Boosted Regression
91- <https://github.com/IntelPython/daal4py/blob /master/examples/gradient_boosted_regression_batch.py> `_
91+ <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /gradient_boosted_regression_batch.py> `_
9292
9393Linear Regression
9494
95- - `Single-Process Linear Regression <https://github.com/IntelPython/daal4py/blob /master/examples/linear_regression_batch.py >`_
96- - `Streaming Linear Regression <https://github.com/IntelPython/daal4py/blob /master/examples/linear_regression_streaming.py >`_
97- - `Multi-Process Linear Regression <https://github.com/IntelPython/daal4py/blob /master/examples/linear_regression_spmd.py >`_
95+ - `Single-Process Linear Regression <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /linear_regression_batch.py >`_
96+ - `Streaming Linear Regression <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /linear_regression_streaming.py >`_
97+ - `Multi-Process Linear Regression <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /linear_regression_spmd.py >`_
9898
9999Ridge Regression
100100
101- - `Single-Process Ridge Regression <https://github.com/IntelPython/daal4py/blob /master/examples/ridge_regression_batch.py >`_
102- - `Streaming Ridge Regression <https://github.com/IntelPython/daal4py/blob /master/examples/ridge_regression_streaming.py >`_
103- - `Multi-Process Ridge Regression <https://github.com/IntelPython/daal4py/blob /master/examples/ridge_regression_spmd.py >`_
101+ - `Single-Process Ridge Regression <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /ridge_regression_batch.py >`_
102+ - `Streaming Ridge Regression <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /ridge_regression_streaming.py >`_
103+ - `Multi-Process Ridge Regression <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /ridge_regression_spmd.py >`_
104104
105105K-Means Clustering
106106
107- - `Single-Process K-Means <https://github.com/IntelPython/daal4py/blob /master/examples/kmeans_batch.py >`_
108- - `Multi-Process K-Means <https://github.com/IntelPython/daal4py/blob /master/examples/kmeans_spmd.py >`_
107+ - `Single-Process K-Means <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /kmeans_batch.py >`_
108+ - `Multi-Process K-Means <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /kmeans_spmd.py >`_
109109
110110Multivariate Outlier Detection
111111
112- - `Single-Process Multivariate Outlier Detection <https://github.com/IntelPython/daal4py/blob /master/examples/multivariate_outlier_batch.py >`_
112+ - `Single-Process Multivariate Outlier Detection <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /multivariate_outlier_batch.py >`_
113113
114114Univariate Outlier Detection
115115
116- - `Single-Process Univariate Outlier Detection <https://github.com/IntelPython/daal4py/blob /master/examples/univariate_outlier_batch.py >`_
116+ - `Single-Process Univariate Outlier Detection <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /univariate_outlier_batch.py >`_
117117
118118Optimization Solvers-Mean Squared Error Algorithm (MSE)
119119
120- - `MSE In Adagrad <https://github.com/IntelPython/daal4py/blob /master/examples/adagrad_mse_batch.py >`_
121- - `MSE In LBFGS <https://github.com/IntelPython/daal4py/blob /master/examples/lbfgs_mse_batch.py >`_
122- - `MSE In SGD <https://github.com/IntelPython/daal4py/blob /master/examples/sgd_mse_batch.py >`_
120+ - `MSE In Adagrad <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /adagrad_mse_batch.py >`_
121+ - `MSE In LBFGS <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /lbfgs_mse_batch.py >`_
122+ - `MSE In SGD <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /sgd_mse_batch.py >`_
123123
124124Logistic Loss
125125
126- - `Logistic Loss SGD <https://github.com/IntelPython/daal4py/blob /master/examples/sgd_logistic_loss_batch.py >`_
126+ - `Logistic Loss SGD <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /sgd_logistic_loss_batch.py >`_
127127
128128Stochastic Gradient Descent Algorithm
129129
130- - `Stochastic Gradient Descent Algorithm Using Logistic Loss <https://github.com/IntelPython/daal4py/blob /master/examples/sgd_logistic_loss_batch.py >`_
130+ - `Stochastic Gradient Descent Algorithm Using Logistic Loss <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /sgd_logistic_loss_batch.py >`_
131131- `Stochastic Gradient Descent Algorithm Using MSE <https://github.com/IntelPython/daal4py//blob/master/examples/sgd_mse_batch.py >`_
132132
133133Limited-Memory Broyden-Fletcher-Goldfarb-Shanno Algorithm
134134
135- - `Limited-Memory Broyden-Fletcher-Goldfarb-Shanno Algorithm - Using MSE <https://github.com/IntelPython/daal4py/blob /master/examples/lbfgs_mse_batch.py >`_
135+ - `Limited-Memory Broyden-Fletcher-Goldfarb-Shanno Algorithm - Using MSE <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /lbfgs_mse_batch.py >`_
136136
137137Adaptive Subgradient Method
138138
139- - `Adaptive Subgradient Method Using MSE <https://github.com/IntelPython/daal4py/blob /master/examples/adagrad_mse_batch.py >`_
139+ - `Adaptive Subgradient Method Using MSE <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /adagrad_mse_batch.py >`_
140140
141141Cosine Distance Matrix
142142
143- - `Single-Process Cosine Distance <https://github.com/IntelPython/daal4py/blob /master/examples/cosine_distance_batch.py >`_
143+ - `Single-Process Cosine Distance <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /cosine_distance_batch.py >`_
144144
145145Correlation Distance Matrix
146146
147- - `Single-Process Correlation Distance <https://github.com/IntelPython/daal4py/blob /master/examples/correlation_distance_batch.py >`_
147+ - `Single-Process Correlation Distance <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /correlation_distance_batch.py >`_
148148
149149Trees
150150
151- - `Decision Forest Regression <https://github.com/IntelPython/daal4py/blob /master/examples/decision_forest_regression_traverse_batch.py >`_
152- - `Decision Forest Classification <https://github.com/IntelPython/daal4py/blob /master/examples/decision_forest_classification_traverse_batch.py >`_
153- - `Decision Tree Regression <https://github.com/IntelPython/daal4py/blob /master/examples/decision_tree_regression_traverse_batch.py >`_
154- - `Decision Tree Classification <https://github.com/IntelPython/daal4py/blob /master/examples/decision_tree_classification_traverse_batch.py >`_
155- - `Gradient Boosted Trees Regression <https://github.com/IntelPython/daal4py/blob /master/examples/gradient_boosted_regression_traverse_batch.py >`_
156- - `Gradient Boosted Trees Classification <https://github.com/IntelPython/daal4py/blob /master/examples/gradient_boosted_classification_traverse_batch.py >`_
151+ - `Decision Forest Regression <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /decision_forest_regression_traverse_batch.py >`_
152+ - `Decision Forest Classification <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /decision_forest_classification_traverse_batch.py >`_
153+ - `Decision Tree Regression <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /decision_tree_regression_traverse_batch.py >`_
154+ - `Decision Tree Classification <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /decision_tree_classification_traverse_batch.py >`_
155+ - `Gradient Boosted Trees Regression <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /gradient_boosted_regression_traverse_batch.py >`_
156+ - `Gradient Boosted Trees Classification <https://github.com/intel/scikit-learn-intelex/tree /master/examples/daal4py /gradient_boosted_classification_traverse_batch.py >`_
0 commit comments