Support
We use GitHub issues to track ideas, feedback, tasks, bugs, and to answer questions. As described on the Overview page, this project consists of four repositories: Engine
, Experiments
, GUI
, and Tutorials
. Each repository has its own GitHub issues page. To determine which is the appropriate page for your question or feedback, see below.
-
Engine
: The GitHub issues page in the Engine
repository should be used for questions and feedback related to the implementation of the Seldonian algorithm. Examples include questions related to how different optimizers can be selected or how different parametric models (parameterized policies in reinforcement learning) can be used by the engine.
Go to GitHub issues for the Engine repository
-
Experiments
: The GitHub issues page in the Experiments
repository should be used for questions and feedback related to the Experiments library. This library is used for evaluating the performance and safety of Seldonian and other machine learning algorithms. Examples include questions related to how the multiple trials can be parallelized or why a certain plot is shown when plot_generator.make_plots()
is called.
Go to GitHub issues for the Experiments repository
-
GUI
: The GitHub issues page in the GUI
repository should be used for questions and feedback related to the Seldonian interface GUI.
Go to GitHub issues for the GUI repository
-
Tutorials
: The GitHub issues page in the Tutorials
repository should be used for beginner questions, general questions about how to use the library, and for any feedback or questions related to the tutorials and examples provided in the Tutorials
repository. If you are unsure where to post, start here!
Go to GitHub issues for the Tutorials repository