Interactive App for exploring Monte Carlo Cross Validation predictions from the {mccv} package using Shiny for Python
-
Showcase the MCCV algorithm. More details on the algorithm and use cases at nickg.mccv.bio
-
Provide an online tool for
A. Setting and generating univariate prior distributions based on randomly distributed data.
B. Generating MCCV prediction results based on specified univariate data distributions.
C. Visualizing MCCV prediction results.
-
Opportunity for Nick to learn Shiny for Python
-
Generate Data
-
Parameterize MCCV Algorithm
-
Run MCCV Algorithm
-
Display MCCV Results
- Following https://shiny.posit.co/py/docs/comp-r-shiny.html and https://shiny.posit.co/py/docs/install.html closely to get started