Function that allows you to create an experiment for a dataset.
Example:
const experiment = await trieve.createExperiment({ name: "My Experiment", controlName: "Original", treatmentName: "New", controlSplit: 0.5, treatmentSplit: 0.5,}); Copy
const experiment = await trieve.createExperiment({ name: "My Experiment", controlName: "Original", treatmentName: "New", controlSplit: 0.5, treatmentSplit: 0.5,});
Optional
Function that allows you to create an experiment for a dataset.
Example: