Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
update: model renamed to hierarchical_rf
Browse files Browse the repository at this point in the history
  • Loading branch information
dirodriguezm committed Aug 26, 2021
1 parent 4cca0ee commit d676d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lc_classifier/classifier/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def load_model(self, directory: str) -> None:


class HierarchicalRandomForest(BaseClassifier):
MODEL_NAME = "hierarchical_random_forest"
MODEL_NAME = "hierarchical_rf"
MODEL_VERSION = "1.1.0"
MODEL_VERSION_NAME = f"{MODEL_NAME}_{MODEL_VERSION}"
MODEL_PICKLE_PATH = os.path.join(PICKLE_PATH, f"{MODEL_VERSION_NAME}")
Expand Down

0 comments on commit d676d52

Please sign in to comment.