question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Replace #trials with `trial number`

See original GitHub issue

Motivation

In a few visualisation methods, Optuna uses #Trials to represent trial id. For example, the colour bar on https://optuna.readthedocs.io/en/latest/reference/visualization/generated/optuna.visualization.plot_slice.html.

Personally, #Trials seems confusing. If the number of trials increases, I may misunderstand that #Trials indicates the duplicated parameter combination. Indeed, https://github.com/optuna/optuna/issues/2967 asks the meaning of #Trials.

Description

~I propose using trial id instead of #Trials in plot_slice, plot_pareto_front, and plot_optimization_history. But I’d like to know the users and dev-member opinions before creating the PR.~

I propose using Trial Number instead of #Trials in plot_slice, plot_pareto_front, and plot_optimization_history

Alternatives (optional)

Additional context (optional)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
dubey-anshumancommented, Apr 6, 2022

Hi, seems like an easy fix! I would be happy to deal with this issue!

1reaction
not522commented, Oct 25, 2021

I think # is commonly used as a number sign. https://en.wikipedia.org/wiki/Number_sign But it is OK to replace it with explicit form.

I prefer trial number to trial id. They are different conceptions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Find Trials - ClinicalTrials.gov
How to Use Search Results: Learn how to change the search results display. How to Find Results of Studies: Learn about the results...
Read more >
Transmittal 2955 - CMS Manual System
The clinical trial number that the Centers for Medicare & Medicaid Services (CMS) is making mandatory is the same number that has been...
Read more >
trials attribute - Millisecond
A non-negative integer specifying the trial number. trialname, The name of a trial defined elsewhere in the script to be run on this...
Read more >
Can real-world data really replace randomised clinical trials?
If eligibility is met, the next task is to randomise subjects into groups and, subsequently, to provide treatment as assigned for each group....
Read more >
Clinical Trial Designs - PMC - NCBI - NIH
The delivery of an intervention whether drug, a dietary change, a lifestyle ... Clinical trial design is an important aspect of interventional trials...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found