-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move
fit_result
to model_builder.py
and remove redundancies from …
…CLV and MMM (#1344) * Added setter property and fit result attribute * Removed fit_result from CLV basic.py * Removed fit_result from MMM base.py * Defining fit_result separately * Move setter test from CLV to model_builder * move test_fit_result from CLV to model_builder * Fix the errors in tests in model_builder * Fixed build_model in the model builder test * make use of the data fixtures --------- Co-authored-by: Will Dean <wd60622@gmail.com>
- Loading branch information
1 parent
b8f2e8e
commit 9684821
Showing
5 changed files
with
58 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters