Skip to content

Commit

Permalink
Remove redundant space
Browse files Browse the repository at this point in the history
  • Loading branch information
msluszniak committed Mar 26, 2024
1 parent 0cbcc00 commit 27603b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scholar/neighbors/random_projection_forest.ex
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ defmodule Scholar.Neighbors.RandomProjectionForest do
Returns the neighbor indices and distances from query points.
## Examples
iex> key = Nx.Random.key(12)
iex> tensor = Nx.iota({5, 2})
iex> forest = Scholar.Neighbors.RandomProjectionForest.fit(tensor, num_neighbors: 2, num_trees: 3, key: key)
Expand Down

0 comments on commit 27603b1

Please sign in to comment.