Skip to content

Commit

Permalink
Update src/skmatter/neighbors/_sparsekde.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Goscinski <[email protected]>
  • Loading branch information
GardevoirX and agoscinski authored Aug 12, 2024
1 parent 284360a commit 5b59abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skmatter/neighbors/_sparsekde.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class SparseKDE(BaseEstimator):
The fractional number of points in the voronoi cell of each grid points. Use
this when each cell has a similar number of points.
kernel : str, default=gaussian
The kernel used here. Now only the gaussian kernel is available.
The kernel used here. Now only the Gaussian kernel is available.
verbose : bool, default=False
Whether to print progress.
Expand Down

0 comments on commit 5b59abd

Please sign in to comment.