Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement of automatic text detection #903

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Dec 19, 2022

  1. - rebase on master

    andreygetmanov committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    1357d3a View commit details
    Browse the repository at this point in the history
  2. - now tfidf tries to fit on every potential text col

    - reduced fraction of unique values
    - added min vocabulary size param
    - added class labels property to multimodal
    andreygetmanov committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    404e888 View commit details
    Browse the repository at this point in the history
  3. - added autodetection of columns with links

    - tests adapted for new functionality
    andreygetmanov committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    75341b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cdb32c View commit details
    Browse the repository at this point in the history
  5. - added ngram_range=(1,4) to search space

    - minor changes
    andreygetmanov committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    f6e9828 View commit details
    Browse the repository at this point in the history
  6. - minor changes

    andreygetmanov committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    57bfc86 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    507d136 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    edffc87 View commit details
    Browse the repository at this point in the history
  9. Fixed R2 calculation

    andreygetmanov committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    c0ed0d7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    86ae96f View commit details
    Browse the repository at this point in the history