MCPcopy Create free account
hub / github.com/catboost/catboost / learning_rate_

Method learning_rate_

catboost/python-package/catboost/core.py:2073–2074  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2071
2072 @property
2073 def learning_rate_(self):
2074 return getattr(self, '_learning_rate') if self.is_fitted() else None
2075
2076 @property
2077 def n_features_in_(self):

Callers

nothing calls this directly

Calls 2

is_fittedMethod · 0.95
getattrFunction · 0.85

Tested by

no test coverage detected