lleaves

Contents:

  • Development documentation
  • API Reference
    • lleaves package
      • Subpackages
        • lleaves.compiler package
      • Submodules
      • Module contents
lleaves
  • lleaves
  • lleaves package
  • lleaves.compiler package
  • lleaves.compiler.ast package
  • View page source

lleaves.compiler.ast package

Submodules

  • lleaves.compiler.ast.nodes module
    • DecisionNode
      • DecisionNode.add_children()
      • DecisionNode.cat_threshold
      • DecisionNode.decision_type
      • DecisionNode.finalize_categorical()
      • DecisionNode.idx
      • DecisionNode.left
      • DecisionNode.left_idx
      • DecisionNode.right
      • DecisionNode.right_idx
      • DecisionNode.split_feature
      • DecisionNode.threshold
      • DecisionNode.validate()
    • Forest
      • Forest.average_output
      • Forest.features
      • Forest.n_args
      • Forest.n_classes
      • Forest.objective_func
      • Forest.objective_func_config
      • Forest.raw_score
      • Forest.trees
    • LeafNode
      • LeafNode.idx
      • LeafNode.value
    • Node
      • Node.is_leaf
    • Tree
      • Tree.class_id
      • Tree.features
      • Tree.idx
      • Tree.root_node
  • lleaves.compiler.ast.parser module
    • Feature
    • is_categorical_feature()
    • parse_to_ast()
  • lleaves.compiler.ast.scanner module
    • ScannedValue
    • scan_model_file()

Module contents

lleaves.compiler.ast.parse_to_ast(model_path)
Previous Next

© Copyright 2023, Simon Boehm.

Built with Sphinx using a theme provided by Read the Docs.