(a, b)
| 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] |
nothing calls this directly
no outgoing calls
no test coverage detected