Github user BryanCutler commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19024#discussion_r134886536
  
    --- Diff: docs/ml-features.md ---
    @@ -65,7 +65,7 @@ model binary, rather than integer, counts.
     
     **IDF**: `IDF` is an `Estimator` which is fit on a dataset and produces an 
`IDFModel`.  The 
     `IDFModel` takes feature vectors (generally created from `HashingTF` or 
`CountVectorizer`) and 
    -scales each column. Intuitively, it down-weights columns which appear 
frequently in a corpus.
    +scales each feature. Intuitively, it down-weights features which appear 
frequently in a corpus.
    --- End diff --
    
    @MLnick , as I read this section on TF-IDF, it didn't seem right how it 
referred to columns, so I made some changes. Does it seem ok?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to