Skip to content

Commit

Permalink
Minor typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik4949 authored and blythed committed Dec 9, 2023
1 parent c9e77b7 commit babe815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ db = superduper(pymongo.MongoClient().my_db)
# Models client can be converted to SuperDuperDB objects with a simple wrapper.
model = superduper(SVC())

# Predict on the selected data.
model.train(X='input_col', y='target_col', db=db, select=Collection(name='test_documents').find({'_fold': 'valid'}))
# Fit model on the training data.
model.fit(X='input_col', y='target_col', db=db, select=Collection(name='test_documents').find({}))
```

#### - Vector-Search your data:
Expand Down

0 comments on commit babe815

Please sign in to comment.