Skip to content

Commit

Permalink
fix model filename
Browse files Browse the repository at this point in the history
  • Loading branch information
davebulaval committed Jul 1, 2024
1 parent 5b827f6 commit 48feca8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ The initial functionalities of simulation for automobile insurance contracts for

# 0.0.2
- Fixed error in a title of the generated text.

# 0.0.3
- Fix model filename and loading path.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(
"""
if tvae_synthetic_data_faker_model_path is None:
tvae_synthetic_data_faker_model_path = (
os.path.join(os.path.dirname(__file__), '../../resources', "tvae_model_q1_2023.pkl"),
os.path.join(os.path.dirname(__file__), '../../resources', "tvae_model_v1.pkl"),
)
protection_faker = ProtectionsFaker(
model=TVAESyntheticProtectionsModelWrapper(tvae_synthetic_data_faker_model_path)
Expand Down
File renamed without changes.

0 comments on commit 48feca8

Please sign in to comment.