Skip to content

Commit 66078bd

Browse files
authored
Update DESCRIPTION
CRAN: Please enclose URLs in angle brackets (<...>).
1 parent 1d1187e commit 66078bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Description: Feature hashing, also called as the hashing trick, is a method to t
1313
it applies a hash function to the features and uses their hash values as indices directly.
1414
The method of feature hashing in this package was proposed in Weinberger et al. (2009) <arXiv:0902.2206>.
1515
The hashing algorithm is the murmurhash3 from the 'digest' package.
16-
Please see the README in https://github.com/wush978/FeatureHashing for more information.
16+
Please see the README in <https://github.com/wush978/FeatureHashing> for more information.
1717
License: GPL(>= 3) | file LICENSE
1818
Depends:
1919
R (>= 3.1),

0 commit comments

Comments
 (0)