sklearn.utils.discovery.all_functions¶
- sklearn.utils.discovery.all_functions()¶
Get a list of all functions from
sklearn.- Returns:
- functionslist of tuples
List of (name, function), where
nameis the function name as string andfunctionis the actual function.