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 a56912a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 216 deletions.
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
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 a56912a

Please sign in to comment.