MCPcopy Create free account
hub / github.com/rushter/MLAlgorithms / transform

Method transform

mla/ensemble/gbm.py:71–73  ·  view source on GitHub ↗
(self, output)

Source from the content-addressed store, hash-verified

69 return expits * (1 - expits)
70
71 def transform(self, output):
72 # Apply logistic (sigmoid) function to the output
73 return expit(output)
74
75
76class GradientBoosting(BaseEstimator):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected