nemo_microservices.types.data_designer.bernoulli_mixture_sampler_params_param#
Module Contents#
Classes#
API#
- class nemo_microservices.types.data_designer.bernoulli_mixture_sampler_params_param.BernoulliMixtureSamplerParamsParam#
Bases:
typing_extensions.TypedDict- dist_name: typing_extensions.Required[str]#
None
Mixture distribution name.
Samples will be equal to the distribution sample with probability
p, otherwise equal to 0. Must be a valid scipy.stats distribution name.
- dist_params: typing_extensions.Required[Dict[str, object]]#
None
Parameters of the scipy.stats distribution given in
dist_name.
- p: typing_extensions.Required[float]#
None
Bernoulli distribution probability of success.
- sampler_type: typing_extensions.Literal[bernoulli_mixture]#
None