layout | permalink | title |
---|---|---|
home |
/support/ |
Seldonian \| 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 theEngine
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. -
Experiments
: The GitHub issues page in theExperiments
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 whenplot_generator.make_plots()
is called. -
GUI
: The GitHub issues page in theGUI
repository should be used for questions and feedback related to the Seldonian interface GUI. -
Tutorials
: The GitHub issues page in theTutorials
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 theTutorials
repository. If you are unsure where to post, start here!