Package hipe4ml

hipe4ml module

Expand source code
"""hipe4ml module"""


def entrypoint():
    """ This is the entrypoint: call it from command line
    """
    print("Hello, world!\n")

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()

This is the entrypoint: call it from command line

Expand source code
def entrypoint():
    """ This is the entrypoint: call it from command line
    """
    print("Hello, world!\n")