Skip to content

pushkin-client@1.8.0

Choose a tag to compare

@github-actions github-actions released this 03 Jan 20:17
· 109 commits to main since this release
4b03b7a

Minor Changes

  • #359 44d9667 Thanks @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 experiment
    • getExpData(userID, experiment) for fetching all of a participant's data for an experiment
    • getModelPrediction(modelInput, modelPath) for fetching a prediction from a Python model in the experiment's worker component

    See the description of the results.js file in the overview of experiment templates for more details.