File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -398,6 +398,25 @@ Parameters and semantics are described in |onedal-dg-least-absolute-shrinkage-an
398398.. autoclass :: daal4py.lasso_regression_model
399399 :members:
400400
401+ ElasticNet Regression
402+ *********************
403+ Parameters and semantics are described in |onedal-dg-elasticnet |_.
404+
405+ .. rubric :: Examples:
406+
407+ - `Single-Process ElasticNet Regression <https://github.com/uxlfoundation/scikit-learn-intelex/tree/main/examples/daal4py/elasticnet.py >`__
408+
409+ .. autoclass :: daal4py.elastic_net_training
410+ :members: compute
411+ .. autoclass :: daal4py.elastic_net_training_result
412+ :members:
413+ .. autoclass :: daal4py.elastic_net_prediction
414+ :members: compute
415+ .. autoclass :: daal4py.elastic_net_prediction_result
416+ :members:
417+ .. autoclass :: daal4py.elastic_net_model
418+ :members:
419+
401420Ridge Regression
402421****************
403422Parameters and semantics are described in |onedal-dg-ridge-regression |_.
@@ -1056,6 +1075,9 @@ Parameters and semantics are described in |onedal-dg-sorting|_.
10561075.. |onedal-dg-least-absolute-shrinkage-and-selection-operator | replace :: |onedal | Least Absolute Shrinkage and Selection Operator
10571076.. _onedal-dg-least-absolute-shrinkage-and-selection-operator : https://uxlfoundation.github.io/oneDAL/daal/algorithms/lasso_elastic_net/lasso.html
10581077
1078+ .. |onedal-dg-elasticnet | replace :: |onedal | ElasticNet Regression
1079+ .. _onedal-dg-elasticnet : https://uxlfoundation.github.io/oneDAL/daal/algorithms/lasso_elastic_net/elastic-net.html
1080+
10591081.. |onedal-dg-sorting | replace :: |onedal | Sorting
10601082.. _onedal-dg-sorting : https://uxlfoundation.github.io/oneDAL/daal/algorithms/sorting/index.html
10611083
You can’t perform that action at this time.
0 commit comments