Skip to content

Commit

Permalink
Fix Typo from RVF to RBF
Browse files Browse the repository at this point in the history
I believe there is a typo at "RVF" Kernel. I changed it to RBF to make it clear :)
  • Loading branch information
baturayo authored May 4, 2021
1 parent 74dff6f commit b02c74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycaret/regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def setup(
pca_method: str, default = 'linear'
The 'linear' method performs uses Singular Value Decomposition. Other options are:
- kernel: dimensionality reduction through the use of RVF kernel.
- kernel: dimensionality reduction through the use of RBF kernel.
- incremental: replacement for 'linear' pca when the dataset is too large.
Expand Down

0 comments on commit b02c74b

Please sign in to comment.