We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated Feature Hashing and Extraction (markdown)
Added a missing bracket
Small capitalization fixes
fix formatting typo
replace old gist for namespace and quadratic feature
added `code` formatting to --noconstant flag embedded in text
--invert_hash mentioned
Adding a note about determining the number of features
'&' is a bitwise AND operation; the hashing code is: size_t word_hash = (p->hasher(feature_name,channel_hash)) & mask;
fix markdown of headings
reword, refactor, and less repetition
Added explanation to --hash option, updated murmur hash version and history.
Add the actual option for --readable_model
updated the bitmax info
how to get back feature weights!