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

Add new datasets for text classification. #557

Merged

Commits on Jul 11, 2019

  1. Add new datasets for text classification.

    Guanheng Zhang committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    ffd1f49 View commit details
    Browse the repository at this point in the history
  2. Split text_normalize out of preprocess function.

    Guanheng Zhang committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    5a31dd3 View commit details
    Browse the repository at this point in the history
  3. Add docs and test case.

    Guanheng Zhang committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    5efa58e View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Update README file.

    Guanheng Zhang committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    844242a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. revise generate_iters() function.

    Guanheng Zhang committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    b373de9 View commit details
    Browse the repository at this point in the history
  2. Remove TextDataset class.

    Guanheng Zhang committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    6d5cb03 View commit details
    Browse the repository at this point in the history
  3. remove unnecessary library loading

    Guanheng Zhang committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    2f20914 View commit details
    Browse the repository at this point in the history
  4. change build_vocab to build_dictionary.

    Guanheng Zhang committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    4cf4099 View commit details
    Browse the repository at this point in the history
  5. convert two functions to the interanls.

    Guanheng Zhang committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    c8ec403 View commit details
    Browse the repository at this point in the history
  6. Change the API of _load_text_classification_data() function.

    Guanheng Zhang committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    0568a04 View commit details
    Browse the repository at this point in the history
  7. use a static list for url.

    Guanheng Zhang committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    78673a5 View commit details
    Browse the repository at this point in the history
  8. use logging.info as print.

    Guanheng Zhang committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    58e3bac View commit details
    Browse the repository at this point in the history
  9. combine download and extract_archive

    Guanheng Zhang committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    81e5a31 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Merge branch 'master' into new_supervised_learning_dataset

    Guanheng Zhang committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    c728b57 View commit details
    Browse the repository at this point in the history
  2. Fix class APIs

    Guanheng Zhang committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    5bbdffc View commit details
    Browse the repository at this point in the history
  3. Update unit test and docs.

    Guanheng Zhang committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    8fa87d8 View commit details
    Browse the repository at this point in the history
  4. Lint errors and check dataset size in the unit test.

    Guanheng Zhang committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    341b475 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7567d2 View commit details
    Browse the repository at this point in the history