Minor docs fixes
This commit is contained in:
parent
0dd5b6e8f4
commit
adcd300fa4
5 changed files with 29 additions and 28 deletions
|
|
@ -34,7 +34,7 @@ def evaluate_ranking(
|
|||
`expected`)
|
||||
title: Title of the plot.
|
||||
disable_interpolation: Do not interpolate.
|
||||
axes: Matplotlib axes for ploting inside a subplot.
|
||||
axes: Matplotlib axes for plotting inside a subplot.
|
||||
output_svg: If specified, save the chart as an svg to the given Path.
|
||||
reverse_order: Reverse the ranking specified by `expected`.
|
||||
plot: Display a plot on the screen.
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ def parallel_map(
|
|||
or ignored.
|
||||
|
||||
The new processes are forked if the OS allows it, otherwise, new Python processes
|
||||
are bootstrapped which can incur some start-sup cost. Each process processes a single
|
||||
are bootstrapped which can incur some start-up cost. Each process processes a single
|
||||
chunk at once.
|
||||
|
||||
Examples:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue