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 version 0.1.0 #22

Merged
merged 13 commits into from
Oct 16, 2023
Merged

Release version 0.1.0 #22

merged 13 commits into from
Oct 16, 2023

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    029b39a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Add-poetry-and-pre-commits

     ### Changes
    
    * Refactor repository settings
    * Add pyproject.toml for poetry
    * Add tox.ini
    * Add .git* files
    * Remove outdated setup files
    * Update pre-commit hooks in .pre-commit-config.yaml
    dariodandrea committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    68e1ee8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. CostControlBandit: Take action with highest proba in case several act…

    …ions have same cost (#4)
    spiaz authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    2b19fe5 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. fix tests

    ## CHANGES
    - fix tests
    - reword comment
    spiaz authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    da649f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    131d8ed View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Add Multi-Objective strategy merged with Cost-Control

    * Add new strategy Multi-Objective with Cost-Control
    * Add new Beta model to support the MO-CC strategy
    * Create SmabBernoulli with Strategy MO-CC
    * Modify tests accordingly
    dariodandrea committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    5c90294 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Add Bayesian Logistic Regression model

    * Add class StudentT
    * Add class BaseBayesianLogisticRegression
    * Add class BayesianLogisticRegression
    * Add unit tests accordingly
    dariodandrea committed May 11, 2023
    Configuration menu
    Copy the full SHA
    2e485da View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Refactor BaseCmab and add CmabBernoulli

    * Add BaseCmabBernoulli
    * Add CmabBernoulli
    * Add unit tests in test_cmab.py
    * Add new test in test_smab.py to reach 100% line coverage
    dariodandrea committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    1a57564 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. add sonar related config (#13)

    spiaz authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    2797f95 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. fix github workflow

    spiaz authored and dariodandrea committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    27d85e6 View commit details
    Browse the repository at this point in the history
  2. feature/fix-style-with-pre-commit-all-files

    * Fix style in docs files with pre-commit
    * Fix style in all python files with pre-commit
    dariodandrea committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    3fc2b98 View commit details
    Browse the repository at this point in the history
  3. feature/increase-tests-deadline-time (#19)

    * add deadline time of test_cmab_predict_not_cold_start
    dariodandrea authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    55c3206 View commit details
    Browse the repository at this point in the history
  4. Add CI to develop branch (#20)

    Update continuous_integration.yml
    
    * Add CI to develop branch
    * Add deadline to CMAB tests
    dariodandrea authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    92d6c5b View commit details
    Browse the repository at this point in the history