Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
saanikat committed Sep 16, 2024
1 parent 70ab6c0 commit b71112f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion bedms/attr_standardizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def _get_parameters(self) -> Tuple[int, int, int, int, int, float]:
def _load_model(self) -> nn.Module:
"""
Calls function to load the model from HuggingFace repository and sets to eval().
:return nn.Module: Loaded Neural Network Model.
"""
try:
Expand Down
4 changes: 4 additions & 0 deletions bedms/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,11 @@ def data_encoding(
# print(transformed_columns)
X_values_bow = transformed_columns
# Label Encoding
<<<<<<< HEAD:bedms/utils.py
label_encoder =None
=======
label_encoder = None
>>>>>>> b13f0a3 (minor changes):attribute_standardizer/utils.py
lb_path = hf_hub_download(
repo_id=REPO_ID,
filename=ENCODE_LABEL_ENCODER_FILENAME,
Expand Down

0 comments on commit b71112f

Please sign in to comment.