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

Move models folder #580

Closed
wants to merge 33 commits into from
Closed

Move models folder #580

wants to merge 33 commits into from

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    ea0b761 View commit details
    Browse the repository at this point in the history
  2. Point to new directory

    twiecki committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d0dcf3d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. New spends forward pass (#456)

    * current status as method
    
    * format
    
    * Update version.txt
    
    * Implement different convolution modes (#454)
    
    * Add PR template
    
    * Update pull_request_template.md
    
    * Fix issues in index example
    
    * Update .pre-commit-config.yaml
    
    * Update .pre-commit-config.yaml
    
    * move from other PR
    
    * put legend on side
    
    * Optimisation in customer_lifetime_value when discount_rate == 0 (#468)
    
    * Optimisation in customer_lifetime_value when discount_rate == 0
    
    cf #467
    
    * Update utils.py
    
    * Update README.md
    
    * add support for pre-commit-ci
    
    * add isort
    
    * modify autosummary templates
    
    * Rename `clv_summary` to `rfm_summary` and extend functionality (#479)
    
    * clv_summary adapted into rfm_summary
    
    * added clv_summary with warning
    
    * moved dataset from testing folder
    
    * Update version.txt
    
    * improve ruff
    
    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.1.11 → v0.1.14](astral-sh/ruff-pre-commit@v0.1.11...v0.1.14)
    - [github.com/pre-commit/pre-commit-hooks: v3.2.0 → v4.5.0](pre-commit/pre-commit-hooks@v3.2.0...v4.5.0)
    
    * resolve conflict
    
    * Add baselined saturation (#498)
    
    * add baselined saturation with test and plots
    
    * refactor docs
    
    * add the reparam
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * verify parametrization is equivalent under change of baseline
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * add a note for setting x0
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * make it clear how r_ref is calculated
    
    * fix typo
    
    * fix docstrings
    
    * improve test by making sure transform is gives identical saturation and cac0
    
    * add comment in the docstring
    
    * add blank line in the code-block
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    
    * Swap Before and After convolution modes as per #489 (#501)
    
    * Add support for string mode args
    
    * Swap before and after and make mode explicit
    
    * Use Union due Python 3.9
    
    * Style
    
    * resolve conflict
    
    * add dim_name arg
    
    * add seed to tests and test methods
    
    * add slice as type hint
    
    * use slice in docstring
    
    * defaults to mean for each channel
    
    * add non-negative check
    
    * ax as last arg
    
    * change weeks -> time
    
    * parameterize quantiles
    
    * separate out and add to docs
    
    * rerun the baseline images
    
    * mock the prior
    
    * add new images from latest env
    
    * migrate to toml instead of ci/cd
    
    * test only is axes
    
    * remove the images
    
    ---------
    
    Co-authored-by: Juan Orduz <[email protected]>
    Co-authored-by: Abdalaziz Rashid <[email protected]>
    Co-authored-by: Ricardo Vieira <[email protected]>
    Co-authored-by: Ricardo Vieira <[email protected]>
    Co-authored-by: vincent-grosbois <[email protected]>
    Co-authored-by: juanitorduz <[email protected]>
    Co-authored-by: Oriol (ProDesk) <[email protected]>
    Co-authored-by: Colt Allen <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Maxim Kochurov <[email protected]>
    11 people committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d3e4aa7 View commit details
    Browse the repository at this point in the history
  2. add random seed (#581)

    juanitorduz authored and wd60622 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    cbfce8a View commit details
    Browse the repository at this point in the history
  3. Add other nuts samplers example notebook (#579)

    * other nuts sampler init
    
    * clean directories
    
    * fix toctree
    
    * add nutpie
    
    * gpu comment
    
    * feedback
    juanitorduz authored and wd60622 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8fb65c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3efcbdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b09fd95 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5136da1 View commit details
    Browse the repository at this point in the history
  7. Make test_save_load lighter

    ricardoV94 authored and wd60622 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e15bdf9 View commit details
    Browse the repository at this point in the history
  8. Run slow tests in CI

    ricardoV94 authored and wd60622 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    547b5ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c1c6978 View commit details
    Browse the repository at this point in the history
  10. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.3.0 → v0.3.2](astral-sh/ruff-pre-commit@v0.3.0...v0.3.2)
    - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
    - [github.com/nbQA-dev/nbQA: 1.8.3 → 1.8.4](nbQA-dev/nbQA@1.8.3...1.8.4)
    pre-commit-ci[bot] authored and wd60622 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    25232b4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    87ff5da View commit details
    Browse the repository at this point in the history
  12. Implement ParetoNBD with covariates

    Co-authored-by: Colt Allen <[email protected]>
    2 people authored and wd60622 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    60e7145 View commit details
    Browse the repository at this point in the history
  13. Update version.txt

    ricardoV94 authored and wd60622 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    91b3091 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5d847a0 View commit details
    Browse the repository at this point in the history
  15. Assign coords in ParetoNBDModel

    ricardoV94 authored and wd60622 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    dc2fe7d View commit details
    Browse the repository at this point in the history
  16. Update version.txt

    ricardoV94 authored and wd60622 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    44a84eb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c94f9f3 View commit details
    Browse the repository at this point in the history
  18. [pre-commit.ci] pre-commit autoupdate (#591)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.3.2 → v0.3.3](astral-sh/ruff-pre-commit@v0.3.2...v0.3.3)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored and wd60622 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6a3a773 View commit details
    Browse the repository at this point in the history
  19. Moving michaelis menten function to transformers module (#541)

    * Moving michaelis menten function to transformers module
    
    As requested on issue #532
    
    * Modifying sigmoid saturation
    
    * Updating the docstring
    
    * update function
    
    * pre-commit
    
    * small update
    
    * Update
    
    * Small changes
    
    * changes
    
    * Adjusting deprecation
    
    * Solving error
    
    * extra correction
    
    * Small change
    
    * correcting plot
    
    * Modifying plot
    
    * update
    
    * correcting latex
    cetagostini-wise authored and wd60622 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    4968d9b View commit details
    Browse the repository at this point in the history
  20. [pre-commit.ci] pre-commit autoupdate (#605)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.3.4](astral-sh/ruff-pre-commit@v0.3.3...v0.3.4)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored and wd60622 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e1e9804 View commit details
    Browse the repository at this point in the history
  21. [pre-commit.ci] pre-commit autoupdate (#607)

    updates:
    - [github.com/nbQA-dev/nbQA: 1.8.4 → 1.8.5](nbQA-dev/nbQA@1.8.4...1.8.5)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored and wd60622 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    1f93061 View commit details
    Browse the repository at this point in the history
  22. MMM Lift test calibration (#590)

    * add scaling into lift test method
    
    * test scaling methods
    
    * test change of MMM likelihood
    
    * link up beta_channel parameters
    
    * change name to sigma
    
    * reorganize and edit
    
    * closes #406
    
    * address the feedback in docstrings
    
    * add more to docstring
    
    * format the docstring
    
    * be verbose for future devs
    
    * be explicit for the column max values
    
    * incorporate the feedback
    
    * hide cells and add to intro
    
    * add conclusion
    
    * switch to header 2
    
    * run notebook through
    
    * move the types together
    
    * separate model estimated from empirical
    
    * fix typos
    wd60622 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    dec4a80 View commit details
    Browse the repository at this point in the history
  23. Drop python 3.9 support (#615)

    * drop python 3.9
    
    * try python 3.12
    
    * undo try python 3.12
    juanitorduz authored and wd60622 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    1330323 View commit details
    Browse the repository at this point in the history
  24. add lift tests check

    juanitorduz authored and wd60622 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    457ea6c View commit details
    Browse the repository at this point in the history
  25. Add more content to the Gamma-Gamma Notebook (#573)

    * improve nb
    
    * rm warnings and add link to lifetimes quickstart
    
    * address comments
    
    * feedback part 3
    
    * remove warnings manually
    juanitorduz authored and wd60622 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d2c4312 View commit details
    Browse the repository at this point in the history
  26. Add more content to the BG/NBD Notebook (#571)

    * add more info to the notebook
    
    * hide plots code
    
    * fix plot y labels
    
    * fix plot outputs and remove model build
    
    * improve final note probability plots
    
    * address comments
    
    * use quickstart dataset
    
    * feedback part 3
    
    * remowe warnings manually
    
    * feedback part 4
    juanitorduz authored and wd60622 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c536295 View commit details
    Browse the repository at this point in the history
  27. Improve MMM Docs (#612)

    * improve mmm docs init
    
    * add more code examples to docstrings
    
    * minor improvemeents
    
    * typo
    
    * better phrasing
    
    * add thomas suggestion
    juanitorduz authored and wd60622 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    110c0b2 View commit details
    Browse the repository at this point in the history
  28. Fix clv plotting bugs and edits to Quickstart (#601)

    * move fixtures to conftest
    
    * docstrings and moved set_model_fit to conftest
    
    * fixed pandas quickstart warnings
    
    * revert to MockModel and add ParetoNBD support
    
    * quickstart edit for issue 609
    
    * notebook edit
    ColtAllen authored and wd60622 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    57958df View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    5c55a0d View commit details
    Browse the repository at this point in the history
  30. fix path in conftest

    wd60622 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    4f59bfa View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d3f8be4 View commit details
    Browse the repository at this point in the history