LICENSE
README.md
setup.cfg
setup.py
setup_sklearnex.py
doc/daal4py/third-party-programs.txt
scikit_learn_intelex.egg-info/PKG-INFO
scikit_learn_intelex.egg-info/SOURCES.txt
scikit_learn_intelex.egg-info/dependency_links.txt
scikit_learn_intelex.egg-info/requires.txt
scikit_learn_intelex.egg-info/top_level.txt
sklearnex/__init__.py
sklearnex/__main__.py
sklearnex/_config.py
sklearnex/_device_offload.py
sklearnex/_utils.py
sklearnex/dispatcher.py
sklearnex/cluster/__init__.py
sklearnex/cluster/dbscan.py
sklearnex/cluster/k_means.py
sklearnex/cluster/tests/test_dbscan.py
sklearnex/cluster/tests/test_kmeans.py
sklearnex/decomposition/__init__.py
sklearnex/decomposition/pca.py
sklearnex/decomposition/tests/test_pca.py
sklearnex/ensemble/__init__.py
sklearnex/ensemble/forest.py
sklearnex/ensemble/tests/test_random_forest.py
sklearnex/glob/__main__.py
sklearnex/glob/dispatcher.py
sklearnex/linear_model/__init__.py
sklearnex/linear_model/coordinate_descent.py
sklearnex/linear_model/linear.py
sklearnex/linear_model/logistic_path.py
sklearnex/linear_model/ridge.py
sklearnex/linear_model/tests/test_linear.py
sklearnex/linear_model/tests/test_logreg.py
sklearnex/manifold/__init__.py
sklearnex/manifold/t_sne.py
sklearnex/manifold/tests/test_tsne.py
sklearnex/metrics/__init__.py
sklearnex/metrics/pairwise.py
sklearnex/metrics/ranking.py
sklearnex/metrics/tests/test_metrics.py
sklearnex/model_selection/__init__.py
sklearnex/model_selection/split.py
sklearnex/model_selection/tests/test_model_selection.py
sklearnex/neighbors/__init__.py
sklearnex/neighbors/knn_classification.py
sklearnex/neighbors/knn_regression.py
sklearnex/neighbors/knn_unsupervised.py
sklearnex/neighbors/tests/test_neighbors.py
sklearnex/svm/__init__.py
sklearnex/svm/_common.py
sklearnex/svm/nusvc.py
sklearnex/svm/nusvr.py
sklearnex/svm/svc.py
sklearnex/svm/svr.py
sklearnex/svm/tests/test_svm.py
sklearnex/tests/_models_info.py
sklearnex/tests/test_config.py
sklearnex/tests/test_memory_usage.py
sklearnex/tests/test_monkeypatch.py
sklearnex/tests/test_patching.py
sklearnex/tests/test_run_to_run_stability_tests.py
sklearnex/tests/utils/_launch_algorithms.py
sklearnex/utils/__init__.py
sklearnex/utils/validation.py