InversePropensityWeighting.algorithm#

InversePropensityWeighting.algorithm()[source]#

Run the experiment algorithm by fitting the propensity score model.

Delegates to self.model.fit with the covariate matrix self.X, treatment vector self.t, and coordinate metadata self.coords.

Return type:

None