Python: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
There is a large community of machine-learning and data science | There is a large community of people using Python for machine-learning and data science applications, and Eigenvector Research Inc. has taken strides to cater to that community. Starting in PLS_Toolbox 9.0 users now have the advantage of using various Python packages, such as Scikit-Learn and Tensorflow, in our software. We also provide a Software Development Kit for users that like to communicate with Solo_Predictor using Python. Users can also export their models to Python with Model Exporter. Below are links that show how we have made use of Python in our software. | ||
===PLS_Toolbox Methods using Python=== | ===PLS_Toolbox Methods using Python=== | ||
Line 6: | Line 6: | ||
* [[Anndl]] | * [[Anndl]] | ||
* [[Anndlda]] | * [[Anndlda]] | ||
===PLS_Toolbox Python Configuration=== | * [[Xgb]] | ||
* [[Xgbda]] | |||
===PLS_Toolbox/Solo Python Configuration=== | |||
* [[Python configuration]] | * [[Python configuration]] | ||
===Software Development Kit=== | |||
===Software Development Kit for Solo_Predictor=== | |||
* [[Software_Development_Kit_(SDK)#Python_Implementation|Python Software Development Kit]] | * [[Software_Development_Kit_(SDK)#Python_Implementation|Python Software Development Kit]] | ||
=== | |||
===Model_Exporter=== | |||
* [[Model_Exporter_Reference_Manual#Python_File_Format|Export to Python]] | * [[Model_Exporter_Reference_Manual#Python_File_Format|Export to Python]] |
Latest revision as of 10:47, 27 August 2024
There is a large community of people using Python for machine-learning and data science applications, and Eigenvector Research Inc. has taken strides to cater to that community. Starting in PLS_Toolbox 9.0 users now have the advantage of using various Python packages, such as Scikit-Learn and Tensorflow, in our software. We also provide a Software Development Kit for users that like to communicate with Solo_Predictor using Python. Users can also export their models to Python with Model Exporter. Below are links that show how we have made use of Python in our software.