Giter Site home page Giter Site logo

Comments (3)

mgrange1998 avatar mgrange1998 commented on June 9, 2024

Hi, thank you for reaching out with this question.

Ax's bayesian optimization does not perform well for non-stationary data, such as noticeable differences between day and night.

Here is another issue which asks a similar question, so please read through the discussion for more context #2342

One quote from the thread:
"Note that AB tests cause some non stationary, in that treatment effects
change over time. I recommend making sure each batch runs for enough time
to “settle down”, and using the same number of days per batch. "

So rather than changing the "raw_data" to account for noise, another approach is to have batch trials run for longer than a day so that each batch can run across the non-stationary cycle.

I'll cc @mpolson64 and @eytan for more context. Let me know if this helps and if you have any other questions.

from ax.

lchen4snap avatar lchen4snap commented on June 9, 2024

Thanks @mgrange1998 ! Running the batch for longer than a day makes sense for this case. From the thread you pointed, it looks common that other folks are also using pct change for the metrics.

from ax.

Balandat avatar Balandat commented on June 9, 2024

Relativizing the data w.r.t. the control group often gets rid of a bulk of the non-stationarity - at least that part that is attributable to the DGP and not non-stationarity of the treatment effect itself. If you do have observed variances you probably want to account for that in the relativization (we use the Delta method for this).

Another thing that can help is to use the time of day or day of the week as an additional covariate - unfortunately that's not straightforward to do in the current Ax setup (though we're working on making that easier). cc @sdaulton

from ax.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.