Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning Pipeline.
318
stars
57
forks
source link
gokart.build(reset_register=False) can use PandasTypeConfig #335
Closed
Hi-king closed 11 months ago
By default, gokart.build() resets Register. So PandasTypeConfig is also ignored.
This PR keeps PandasTypeConfig even if reset_register=True.