cellrank.ul.models.GAMR.confidence_interval
- GAMR.confidence_interval(x_test=None, level=0.95, **kwargs)[source]
Calculate the confidence interval. Internally, this method calls
cellrank.ul.models.GAMR.predict()
to extract the confidence interval, if needed.- Parameters
- Return type
- Returns
Updates and returns the following field:
conf_int
- Array of shape (n_samples, 2) containing the lower and upper bounds of the confidence interval.