tensorflow / tensorflow/tensorboard
Support Logarithmic scale to x-axis too
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
Recent research shows that log-log scaled plotting would help to visualize conversion trends.
http://research.baidu.com/deep-learning-scaling-predictable-empirically/
As Tensorboard provides log-scale option for Y-axis, what's missing is log-scale option for X-axis.
Of course this would be useful when an issue #938 about the log-scaling is fixed.
The option could be easily iconized as rotating the icon for Y-axis by 90 degree.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing TensorBoard’s existing Y-axis log-scale option and the related issue #938, then trace where the plotting controls and axis scaling are handled. Done means adding an X-axis log-scale option, with an icon or control consistent with the Y-axis option, so log-log conversion-trend plots can be viewed once the related scaling issue is fixed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100