m3dev / gokart

Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning Pipeline.
https://gokart.readthedocs.io/en/latest/
MIT License
305 stars 57 forks source link

do not overwrite gokart.build namespace #277

Open Hi-king opened 2 years ago

Hi-king commented 2 years ago

https://github.com/m3dev/gokart/blob/489e2af926074d4c702c1c857b52834f664c1e81/gokart/__init__.py#L1

This line overwrites gokart.build module with gokart.build() function. We can't use gokart.build.GokartBuildError directly.

gokart.build module might ought to be renamed.