cli_utils¶
CLI functions.
Module Contents¶
Functions¶
Gets location where evalml is installed. |
|
Get dictionary mapping installed package names to their versions. |
|
Returns system information. |
|
Prints the version number of each dependency. |
|
Prints information about the system, evalml, and dependencies of evalml. |
|
Prints system information. |
Contents¶
-
evalml.utils.cli_utils.
get_evalml_root
()[source]¶ Gets location where evalml is installed.
- Returns
Location where evalml is installed.
-
evalml.utils.cli_utils.
get_installed_packages
()[source]¶ Get dictionary mapping installed package names to their versions.
- Returns
Dictionary mapping installed package names to their versions.
-
evalml.utils.cli_utils.
get_sys_info
()[source]¶ Returns system information.
- Returns
List of tuples about system stats.