π¨ Palette: Add tooltips for technical parameters#36
Conversation
π‘ What: Added explanatory tooltips to the "High Volatility Quantile", "Transaction Cost (bps)", and "Allow Short Selling" inputs. π― Why: Users may not understand technical terms like "bps" or how specific quantiles affect the model. Tooltips provide immediate context without cluttering the UI. π οΈ Fix: Added missing `matplotlib` dependency to `requirements.txt` to prevent runtime crashes when rendering styled dataframes. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
|
π Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a π emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
π‘ What: 1. Added explanatory tooltips to technical inputs (Vol Quantile, Transaction Cost, Short Selling) in `src/dashboard.py`. 2. Applied Black formatting and Ruff linting fixes across the codebase. π― Why: 1. Improve UX by explaining financial terms and model parameters directly in the interface. 2. Fix CI failures caused by linting/formatting violations. π οΈ Fix: - Added `matplotlib` to `requirements.txt` to resolve runtime styling dependency. - Fixed `F401` errors in `src/modules/__init__.py`. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
π‘ What: 1. Added explanatory tooltips to technical inputs (Vol Quantile, Transaction Cost, Short Selling) in `src/dashboard.py`. 2. Applied Black formatting and Ruff linting fixes across the codebase to resolve CI failures. π― Why: 1. Improve UX by explaining financial terms and model parameters directly in the interface. 2. Fix blocking CI failures caused by linting/formatting violations in the repository. π οΈ Fix: - Added `matplotlib` to `requirements.txt` (required for `pandas.style.background_gradient`). - Fixed `F401` errors in `src/modules/__init__.py`. - Reformatted multiple files to satisfy `black` and `ruff` checks. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
π‘ What: Added explanatory tooltips to the "High Volatility Quantile", "Transaction Cost (bps)", and "Allow Short Selling" inputs.
π― Why: Users may not understand technical terms like "bps" or how specific quantiles affect the model. Tooltips provide immediate context without cluttering the UI.
π οΈ Fix: Added missing
matplotlibdependency torequirements.txtto prevent runtime crashes when rendering styled dataframes.PR created automatically by Jules for task 2471225530395337666 started by @aarjava