pushkin-api@1.7.0
·
109 commits
to main
since this release
Minor Changes
-
#359
44d9667Thanks @jessestorbeck! - Pushkin helper packages have been updated to support new API endpoints for showing experiment feedback to participants. The client methods of interest which are used in the experiment's results page are:getPercentileRank(userID, experiment)for fetching the percentile rank of a participant in an experimentgetExpData(userID, experiment)for fetching all of a participant's data for an experimentgetModelPrediction(modelInput, modelPath)for fetching a prediction from a Python model in the experiment's worker component
See the description of the
results.jsfile in the overview of experiment templates for more details.