Closed hvgazula closed 8 months ago
https://github.com/neuronets/nobrainer/blob/474f2a71f828279d20e222f1729a3dfdba3c8cee/nobrainer/processing/segmentation.py#L73
It should be changed to self.model_
self.model_
base estimator has a property (https://github.com/neuronets/nobrainer/blob/474f2a71f828279d20e222f1729a3dfdba3c8cee/nobrainer/processing/base.py#L33). so it should not be changed.
https://github.com/neuronets/nobrainer/blob/474f2a71f828279d20e222f1729a3dfdba3c8cee/nobrainer/processing/segmentation.py#L73
It should be changed to
self.model_