Skip to content

ncouro/sklearn_matlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Example of how to call the Python library scikit-learn from Matlab.

Two approaches:

  • direct/: call the function directly from Matlab. This method is probably fine for a single function call.
  • user_module/: call a a Python function in a user-defined module. This approach limits the amount of Python calls (py.*) from the Matlab code. Easier to debug and read.

About

Example of calling Python scikit-learn from Matlab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published