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

Method get_borders

catboost/python-package/catboost/core.py:3822–3827  ·  view source on GitHub ↗

Return map feature_index: borders for float features.

(self)

Source from the content-addressed store, hash-verified

3820 self._save_borders(fname)
3821
3822 def get_borders(self):
3823 """
3824 Return map feature_index: borders for float features.
3825
3826 """
3827 return self._get_borders()
3828
3829 def set_params(self, **params):
3830 """

Callers

nothing calls this directly

Calls 1

_get_bordersMethod · 0.80

Tested by

no test coverage detected