Skip to main content
Ctrl+K

pgmpy

  • Getting Started
  • User Guide
  • Examples
  • API Reference
    • Citation
    • Getting Involved
  • GitHub
  • Discord
  • LinkedIn
  • Getting Started
  • User Guide
  • Examples
  • API Reference
  • Citation
  • Getting Involved
  • GitHub
  • Discord
  • LinkedIn

Section Navigation

  • Graph Classes
  • Models
  • Undirected and Derived Models
  • Factors and CPDs
  • Inference and Sampling
  • Causal Inference
  • Parameter Estimation
  • Causal Discovery and Structure Learning
  • Conditional Independence (CI) Tests
  • Structure Scoring
    • BaseStructureScore
    • pgmpy.structure_score.get_scoring_method
    • K2
    • BDeu
    • BDs
    • LogLikelihood
    • AIC
    • BIC
    • LogLikelihoodGauss
    • AICGauss
    • BICGauss
    • LogLikelihoodCondGauss
    • AICCondGauss
    • BICCondGauss
  • Metrics
  • Reading/Writing
  • Datasets and Example Models
  • Independencies
  • API Reference
  • Structure Scoring
  • pgmpy.structure_score.get_scoring_method

pgmpy.structure_score.get_scoring_method#

pgmpy.structure_score.get_scoring_method(scoring_method: str | BaseStructureScore | None, data: DataFrame) → BaseStructureScore[source]#

previous

BaseStructureScore

next

K2

On this page
  • get_scoring_method()

© Copyright 2025, pgmpy developers.