Giter VIP home page Giter VIP logo

Comments (3)

yu-ya-tanaka avatar yu-ya-tanaka commented on June 14, 2024

Hi @pvizan-artefact, This error is caused by the small number of models created by robin_run. In Step 3, can you increase the number of iterations or trials (for example, iterations=2000, trials=5, etc.) and try again to see if the error can be corrected?

from robyn.

pvizan-artefact avatar pvizan-artefact commented on June 14, 2024

@yu-ya-tanaka the suggested change does indeed solve the error (changing iterations from 200 to 2000). Only doubt I still have is why decreasing the number of iterations causes this error? How does it change the value of pareto_fronts and makes the code crash? Is there a rule of thumb for the number of iterations needed for the pareto_fronts = "auto" to work? Thanks a lot!

from robyn.

yu-ya-tanaka avatar yu-ya-tanaka commented on June 14, 2024

@pvizan-artefact
If pareto_fronts=“auto", 100 models are selected.
In your case, I think you got error with the following flow.

  1. Created 1000 models (200 iterations and 5 trials) with calibration.
  2. 100 models was selected from 1000 models by setting calibration_constraint = default (0.1).
  3. Robyn tried to select 100 models with setting pareto_fronts = “auto”(100) from 100 models and got error.

Regarding iterations size, 2000 is recommended for the dummy dataset with no calibration.
We recommend to run at least 2000 iterations per trial and 10 trials to build initial model with calibration.
But this is a general guide and you need to consider what iterations and trials is best based on your input data with checking convergence, model performance, and match with business sense.

from robyn.

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.