Skip to main content
Ctrl+K
Logo image

Preliminaries

  • Introduction
  • Methodology
  • Architecture

Tutorial

  • Introduction

API documentation

  • pasteur
    • pasteur.load_ipython_extension
    • pasteur.module
      • pasteur.module.get_module_dict
      • pasteur.module.get_module_dict_multiple
      • pasteur.module.Module
      • pasteur.module.ModuleClass
      • pasteur.module.ModuleFactory
    • pasteur.dataset
      • pasteur.dataset.Dataset
      • pasteur.dataset.TabularDataset
      • pasteur.dataset.TypedDataset
    • pasteur.view
      • pasteur.view.filter_by_keys
      • pasteur.view.filter_by_keys_merged
      • pasteur.view.split_keys
      • pasteur.view.TabularView
      • pasteur.view.View
    • pasteur.transform
      • pasteur.transform.RefTransformer
      • pasteur.transform.SeqTransformer
      • pasteur.transform.Transformer
      • pasteur.transform.TransformerFactory
    • pasteur.encode
      • pasteur.encode.AttributeEncoder
      • pasteur.encode.AttributeEncoderFactory
      • pasteur.encode.Encoder
      • pasteur.encode.EncoderFactory
      • pasteur.encode.PostprocessEncoder
      • pasteur.encode.ViewEncoder
    • pasteur.synth
      • pasteur.synth.make_deterministic
      • pasteur.synth.synth_fit
      • pasteur.synth.synth_sample
      • pasteur.synth.IdentSynth
      • pasteur.synth.Synth
      • pasteur.synth.SynthFactory
    • pasteur.metric
      • pasteur.metric.fit_column_holder
      • pasteur.metric.fit_metric
      • pasteur.metric.log_metric
      • pasteur.metric.AbstractColumnMetric
      • pasteur.metric.ColumnMetric
      • pasteur.metric.ColumnMetricFactory
      • pasteur.metric.ColumnMetricHolder
      • pasteur.metric.Metric
      • pasteur.metric.MetricFactory
      • pasteur.metric.RefColumnData
      • pasteur.metric.RefColumnMetric
      • pasteur.metric.SeqColumnData
      • pasteur.metric.SeqColumnMetric
      • pasteur.metric.Summaries
    • pasteur.attribute
      • pasteur.attribute.CatAttribute
      • pasteur.attribute.GenAttribute
      • pasteur.attribute.NumAttribute
      • pasteur.attribute.OrdAttribute
      • pasteur.attribute.SeqAttribute
      • pasteur.attribute.get_dtype
      • pasteur.attribute.Attribute
      • pasteur.attribute.CatValue
      • pasteur.attribute.GenerationValue
      • pasteur.attribute.Grouping
      • pasteur.attribute.IdxValue
      • pasteur.attribute.NumValue
      • pasteur.attribute.SeqValue
      • pasteur.attribute.StratifiedValue
      • pasteur.attribute.Value
    • pasteur.hierarchy
      • pasteur.hierarchy.create_node_to_group_map
      • pasteur.hierarchy.create_tree
      • pasteur.hierarchy.find_smallest_group
      • pasteur.hierarchy.generate_domain_list
      • pasteur.hierarchy.get_group_size
      • pasteur.hierarchy.make_grouping
      • pasteur.hierarchy.merge_groups_in_node
      • pasteur.hierarchy.print_group
      • pasteur.hierarchy.print_tree
      • pasteur.hierarchy.prune_tree
      • pasteur.hierarchy.rebalance_attributes
      • pasteur.hierarchy.rebalance_value
      • pasteur.hierarchy.CatNode
      • pasteur.hierarchy.OrdNode
      • pasteur.hierarchy.RebalancedValue
    • pasteur.table
      • pasteur.table.AttributeEncoderHolder
      • pasteur.table.ReferenceManager
      • pasteur.table.SeqTransformerWrapper
      • pasteur.table.TableTransformer
    • pasteur.marginal
      • pasteur.marginal.memory
        • pasteur.marginal.memory.allocate_memory
        • pasteur.marginal.memory.load_from_memory
        • pasteur.marginal.memory.map_to_memory
        • pasteur.marginal.memory.ArrayInfo
      • pasteur.marginal.native
        • pasteur.marginal.native.marginal
      • pasteur.marginal.native_py
        • pasteur.marginal.native_py.calc_marginal
        • pasteur.marginal.native_py.calc_marginal_1way
      • pasteur.marginal.numpy
        • pasteur.marginal.numpy.calc_marginal
        • pasteur.marginal.numpy.calc_marginal_1way
        • pasteur.marginal.numpy.expand_table
        • pasteur.marginal.numpy.get_domains
        • pasteur.marginal.numpy.normalize
        • pasteur.marginal.numpy.normalize_1way
        • pasteur.marginal.numpy.AttrSelector
      • pasteur.marginal.oracle
        • pasteur.marginal.oracle.parallel_load
        • pasteur.marginal.oracle.sequential_load
        • pasteur.marginal.oracle.MarginalOracle
        • pasteur.marginal.oracle.MarginalRequest
    • pasteur.metadata
      • pasteur.metadata.ColumnMeta
      • pasteur.metadata.ColumnRef
      • pasteur.metadata.Metadata
      • pasteur.metadata.MetricsMeta
      • pasteur.metadata.TableMeta
      • pasteur.metadata.TableMetrics
      • pasteur.metadata.TableModelMetrics
      • pasteur.metadata.ViewMeta
    • pasteur.kedro
      • pasteur.kedro.cli
      • pasteur.kedro.dataset
        • pasteur.kedro.dataset.auto
        • pasteur.kedro.dataset.modified
        • pasteur.kedro.dataset.multi
      • pasteur.kedro.hooks
        • pasteur.kedro.hooks.pasteur
      • pasteur.kedro.ipython
        • pasteur.kedro.ipython.load_ipython_extension
        • pasteur.kedro.ipython.pipe
        • pasteur.kedro.ipython.register_kedro
      • pasteur.kedro.mlflow
        • pasteur.kedro.mlflow.base
        • pasteur.kedro.mlflow.config
        • pasteur.kedro.mlflow.hook
        • pasteur.kedro.mlflow.parent
      • pasteur.kedro.pipelines
        • pasteur.kedro.pipelines.dataset
        • pasteur.kedro.pipelines.main
        • pasteur.kedro.pipelines.meta
        • pasteur.kedro.pipelines.metrics
        • pasteur.kedro.pipelines.synth
        • pasteur.kedro.pipelines.transform
        • pasteur.kedro.pipelines.utils
        • pasteur.kedro.pipelines.views
      • pasteur.kedro.runner
        • pasteur.kedro.runner.common
        • pasteur.kedro.runner.parallel
        • pasteur.kedro.runner.sequential
      • pasteur.kedro.starters
      • pasteur.kedro.utils
        • pasteur.kedro.utils.get_pasteur_modules
    • pasteur.utils
      • pasteur.utils.data
        • pasteur.utils.data.apply_fun
        • pasteur.utils.data.data_to_tables
        • pasteur.utils.data.get_relative_fn
        • pasteur.utils.data.lazy_load_tables
        • pasteur.utils.data.list_unique
        • pasteur.utils.data.tables_to_data
        • pasteur.utils.data.to_chunked
        • pasteur.utils.data.LazyDataset
        • pasteur.utils.data.LazyPartition
        • pasteur.utils.data.RawSource
        • pasteur.utils.data.gen_closure
      • pasteur.utils.download
        • pasteur.utils.download.download_files
        • pasteur.utils.download.download_index
        • pasteur.utils.download.download_s3
        • pasteur.utils.download.get_description
        • pasteur.utils.download.main
      • pasteur.utils.leaks
        • pasteur.utils.leaks.check
        • pasteur.utils.leaks.clear
        • pasteur.utils.leaks.graph
      • pasteur.utils.logging
        • pasteur.utils.logging.MlflowHandler
      • pasteur.utils.mlflow
        • pasteur.utils.mlflow.color_dataframe
        • pasteur.utils.mlflow.gen_html_figure_container
        • pasteur.utils.mlflow.gen_html_table
        • pasteur.utils.mlflow.load_matplotlib_style
        • pasteur.utils.mlflow.mlflow_log_artifacts
        • pasteur.utils.mlflow.mlflow_log_as_str
        • pasteur.utils.mlflow.mlflow_log_hists
        • pasteur.utils.mlflow.mlflow_log_perf
      • pasteur.utils.parser
        • pasteur.utils.parser.dict_to_flat_params
        • pasteur.utils.parser.eval_params
        • pasteur.utils.parser.flat_params_to_dict
        • pasteur.utils.parser.get_params_for_pipe
        • pasteur.utils.parser.merge_dicts
        • pasteur.utils.parser.merge_params
        • pasteur.utils.parser.merge_two_dicts
        • pasteur.utils.parser.str_params_to_dict
      • pasteur.utils.perf
        • pasteur.utils.perf.PerformanceTracker
      • pasteur.utils.progress
        • pasteur.utils.progress.close_pool
        • pasteur.utils.progress.get_manager
        • pasteur.utils.progress.get_node_name
        • pasteur.utils.progress.get_tqdm_args
        • pasteur.utils.progress.is_jupyter
        • pasteur.utils.progress.limit_pbar_nesting
        • pasteur.utils.progress.logging_redirect_pbar
        • pasteur.utils.progress.process
        • pasteur.utils.progress.process_async
        • pasteur.utils.progress.process_in_parallel
        • pasteur.utils.progress.set_node_name
        • pasteur.utils.progress.AsyncResultStub
        • pasteur.utils.progress.init_pool
      • pasteur.utils.styles
        • pasteur.utils.styles.use_style
    • pasteur.extras
      • pasteur.extras.get_recommended_datasets
      • pasteur.extras.get_recommended_modules
      • pasteur.extras.get_recommended_system_modules
      • pasteur.extras.datasets
        • pasteur.extras.datasets.adult
        • pasteur.extras.datasets.mimic
        • pasteur.extras.datasets.texas
      • pasteur.extras.download
      • pasteur.extras.encoders
        • pasteur.extras.encoders.DiscretizationColumnTransformer
        • pasteur.extras.encoders.IdxEncoder
        • pasteur.extras.encoders.MareEncoder
        • pasteur.extras.encoders.NumEncoder
      • pasteur.extras.metrics
        • pasteur.extras.metrics.distr
        • pasteur.extras.metrics.visual
      • pasteur.extras.synth
        • pasteur.extras.synth.extern
        • pasteur.extras.synth.pgm
        • pasteur.extras.synth.privbayes
      • pasteur.extras.transformers
        • pasteur.extras.transformers.DateTransformer
        • pasteur.extras.transformers.DatetimeTransformer
        • pasteur.extras.transformers.FixedValueTransformer
        • pasteur.extras.transformers.IdxTransformer
        • pasteur.extras.transformers.NumericalTransformer
        • pasteur.extras.transformers.OrdinalTransformer
        • pasteur.extras.transformers.TimeTransformer
      • pasteur.extras.utils
        • pasteur.extras.utils.ColumnResampler
      • pasteur.extras.views
        • pasteur.extras.views.adult
        • pasteur.extras.views.mimic
        • pasteur.extras.views.texas
    • pasteur.cli
  • .rst

pasteur.extras.synth.pgm

pasteur.extras.synth.pgm#

Description

Modules

pasteur.extras.synth.pgm.aim

pasteur.extras.synth.pgm.common

pasteur.extras.synth.pgm.mst

previous

pasteur.extras.synth.extern.PrivMrfSynth

next

pasteur.extras.synth.pgm.aim