MCPcopy Create free account
hub / github.com/AutoViML/AutoViz / add

Function add

autoviz/classify_method.py:91–92  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

89 float_limit = 15 #### Make this limit low so that float variables below this limit become cat vars ###
90
91 def add(a, b):
92 return a + b
93
94 sum_all_cols = dict()
95 orig_cols_total = train.shape[1]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected