Skip to content

Conversation

SrilakshmiC
Copy link
Contributor

@SrilakshmiC SrilakshmiC commented Oct 2, 2025

Note

Adds a new tutorial notebook that generates synthetic customer reviews, creates a Phoenix dataset, and runs an experiment with repetitions using OpenAI.

  • Docs / Tutorials:
    • New notebook: tutorials/experiments/running_experiments_with_repetitions.ipynb.
      • Setup: installs pandas, openai, arize-phoenix, nest_asyncio and initializes OpenAI and phoenix.Client.
      • Data generation: prompts gpt-4o-mini to produce 25 labeled customer reviews; parses JSON into a pandas DataFrame (input, label).
      • Phoenix integration: creates dataset clothing-product-reviews via client.datasets.create_dataset(...) and retrieves it.
      • Task definition: my_task(example: Example) -> str classifies reviews via gpt-4o-mini.
      • Experiment run: client.experiments.run_experiment(..., repetitions=3) with name testing labels.
      • Includes UI screenshots illustrating dataset and experiment views.

Written by Cursor Bugbot for commit 92f365a. This will update automatically on new commits. Configure here.

@SrilakshmiC SrilakshmiC requested a review from a team as a code owner October 2, 2025 22:05
@github-project-automation github-project-automation bot moved this to 📘 Todo in phoenix Oct 2, 2025
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Oct 2, 2025
cursor[bot]

This comment was marked as outdated.

@s-yeddula s-yeddula self-requested a review October 2, 2025 22:11
@github-project-automation github-project-automation bot moved this from 📘 Todo to 👍 Approved in phoenix Oct 2, 2025
@SrilakshmiC SrilakshmiC changed the title adding repetitions cookbook docs: adding repetitions cookbook Oct 2, 2025
cursor[bot]

This comment was marked as outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:L This PR changes 100-499 lines, ignoring generated files.
Projects
Status: 👍 Approved
Development

Successfully merging this pull request may close these issues.

2 participants