JuliaAI / MLJBase.jl

Core functionality for the MLJ machine learning framework
MIT License
160 stars 45 forks source link

Add prompt to docstring REPL example #968

Closed abhro closed 6 months ago

abhro commented 6 months ago

Add "julia> " to example REPL session to clearly indicate code. Also add semicolon to indicate that the output should not be considered.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.74%. Comparing base (f01a03c) to head (b6056dc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #968 +/- ## ========================================== - Coverage 88.06% 87.74% -0.32% ========================================== Files 28 28 Lines 2564 2457 -107 ========================================== - Hits 2258 2156 -102 + Misses 306 301 -5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.