Skip to content

Commit

Permalink
Merge branch 'master' of github.com:arsarabi/jsonvectorizer
Browse files Browse the repository at this point in the history
  • Loading branch information
arsarabi committed Apr 7, 2020
2 parents 1ca3710 + c50ad4b commit 5530fb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ per line):
# Learn the schema of sample documents
vectorizer = JsonVectorizer()
for doc in docs:
vectorizer.extend(doc)
vectorizer.extend(docs)
We then prune fields that are present for less than 1% of all observed samples,
and also those starting with an underscore:
Expand Down

0 comments on commit 5530fb1

Please sign in to comment.