Package hipe4ml
hipe4ml module
Sub-modules
hipe4ml.analysis_utils-
Module containing the analysis utils.
hipe4ml.model_handler-
Module containing the class used for wrapping the models from different ML libraries to build a new model with common methods
hipe4ml.plot_utils-
Module containing the plot utils. Each function returns a matplotlib object
hipe4ml.tree_handler-
Simple module with a class to manage the data used in the analysis
Functions
def entrypoint()-
Expand source code
def entrypoint(): """ This is the entrypoint: call it from command line """ print("Hello, world!\n")This is the entrypoint: call it from command line