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

Method random_seed_

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

Source from the content-addressed store, hash-verified

2067
2068 @property
2069 def random_seed_(self):
2070 return getattr(self, '_random_seed') if self.is_fitted() else None
2071
2072 @property
2073 def learning_rate_(self):

Callers

nothing calls this directly

Calls 2

is_fittedMethod · 0.95
getattrFunction · 0.85

Tested by

no test coverage detected