Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.11.2 #282

Merged
merged 7 commits into from
Dec 3, 2024
Merged

Release v0.11.2 #282

merged 7 commits into from
Dec 3, 2024

Conversation

pschil
Copy link
Collaborator

@pschil pschil commented Dec 1, 2024

No description provided.

pschil and others added 7 commits October 13, 2024 22:47
Added table in the readme file to give an overview on the advanced modeling options
* Interface and class for `newcustomer.spending()`
* Separate newcustomer classes, not inheriting from each other but all inherit directly from `clv.newcustomer.base`. Otherwise would expect to be able to use a subclass in any place where parent class is accepted - which is not the case.
* Rename `clv.model.predict.new.customer.unconditional.expectation` -> `clv.model.predict.new.customer` and remove `t`: Make generic to predict new customer value in general
* Add and update docu
* Tests
Significantly increase the default number of optimizer iterations for dyncov models (`itnmax`) from 3000 to 50000. The previous iteration limit is rather low for NelderMead and in practice was often reached. This likely mislead users to believe that the optimization converged when in reality it only stopped because the max num iterations had been reached.
* Inputchecks: Reject bootstrapping params during newcustomer prediction
* predict(boots) runs when other params are given
@pschil pschil merged commit 783d5fd into master Dec 3, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants