Skip to content

Commit

Permalink
Merge pull request #224 from HLasse/sklearn_tutorial
Browse files Browse the repository at this point in the history
feat: sklearn integration
  • Loading branch information
KennethEnevoldsen authored Apr 28, 2023
2 parents c076ab5 + 5e68fc2 commit 4cc31ce
Show file tree
Hide file tree
Showing 7 changed files with 552 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.8", "3.7"]
python-version: ["3.9", "3.8"]

# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
Expand Down
1 change: 1 addition & 0 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ locally.

tutorials/introductory_tutorial.ipynb
tutorials/filter_corpus_using_quality.ipynb
tutorials/sklearn_integration.ipynb

Loading

0 comments on commit 4cc31ce

Please sign in to comment.