Skip to content

Commit

Permalink
delete unnecesary steps
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarvid committed Mar 25, 2024
1 parent ac8443c commit 38279c0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 220 deletions.
2 changes: 0 additions & 2 deletions pipeline_lib/core/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import logging
from typing import Optional

from joblib import load

from pipeline_lib.core.data_container import DataContainer
from pipeline_lib.core.model_registry import ModelRegistry
from pipeline_lib.core.step_registry import StepRegistry
Expand Down
2 changes: 0 additions & 2 deletions pipeline_lib/core/steps/target_scaling.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from typing import Optional

from pipeline_lib.core import DataContainer
from pipeline_lib.core.steps.base import PipelineStep

Expand Down
3 changes: 1 addition & 2 deletions pipeline_lib/implementation/tabular/xgboost/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
from .fit_model import XGBoostFitModelStep # noqa: F401
from .predict import XGBoostPredictStep # noqa: F401
from .model import XGBoostModel # noqa: F401
166 changes: 0 additions & 166 deletions pipeline_lib/implementation/tabular/xgboost/fit_model.py

This file was deleted.

48 changes: 0 additions & 48 deletions pipeline_lib/implementation/tabular/xgboost/predict.py

This file was deleted.

0 comments on commit 38279c0

Please sign in to comment.