Philippe Fanaro
Philippe Fanaro
I'm not sure if I'm following what you mean, could you please give me some extra help? Is this a *bug report* or a *feature request*? --- As far as...
Strange. I'm not sure what's the culprit from a first look. It might not be anybody's fault though, because transpilation to JS assumes many unexpected limitations. Are you using Flutter...
I've created a [StackOverflow question][so_question] based on this. I've also added a mention to the problem of ambiguous coverage, which I don't how [codecov.io][codecov] or the `lcov.info` file deal with....
Please create a PR if you think this solves the problem.
@SUBHAMILA, [please use three backticks (`) for code blocks](https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks), otherwise that is illegible.
As far as I know, the models here only deal with RFM, unfortunately. If you wish to add variables, my suggestion would be add a new layer to it that...
In this library, (prior) `monetary_value` is the average of total previous revenue divided by the number of purchases the customer has made. And CLV is the total amount the customer...
@refaelos, with respect to your questions: 1. Nope. I don't know what you're thinking about the discount variable but it's simply some kind of inflation or interests compensator, nothing much....
I don't know if I'm competent enough for this. So I'm passing the ball to @aprotopopov and @CamDavidsonPilon, let's see if they know how to deal with this model properly.
I don't know how to solve your problem, but here are some things that I would try if I were you: 1. Schmittlein's original article features a more complicated model...