Underline the match in search results #4
NicolasMICAUX
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
For better readibility of the results, the printed result should be formatted like this : def cross_entropy( [...] reduction: str = "mean", [...], label_smoothing)
Describe the solution you think of
No need to reinvent the wheel. There are libs doing this out there:
https://pypi.org/project/console/
https://pypi.org/project/termcolor/
and maybe others.
Roadmap
Requirements/specifications
Importance & Difficulty
Importance: 4/5, will make the lib way more user-friendly
Difficulty: 1/5, really eazy.
Any contributor willing to do this is welcome :)
Beta Was this translation helpful? Give feedback.
All reactions