Skip to content

Commit

Permalink
Refactor init
Browse files Browse the repository at this point in the history
  • Loading branch information
ovejabu committed Jun 5, 2024
1 parent 44ec38d commit 561c743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ml_garden/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .core.pipeline import Pipeline

Pipeline.step_registry.auto_register_steps_from_package("pipeline_lib.core.steps")
Pipeline.step_registry.auto_register_steps_from_package("ml_garden.core.steps")
Pipeline.model_registry.auto_register_models_from_package(
"pipeline_lib.implementation.tabular.xgboost"
"ml_garden.implementation.tabular.xgboost"
)

0 comments on commit 561c743

Please sign in to comment.