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 unit tests for ALL InputData and Data classes methods #1200 #1251

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

Commits on Jan 19, 2024

  1. Add unit tests for ALL InputData and Data classes methods #1200

     - added tests for from_numpy, from_dataframe, from_csv methods for regression and classification (bi and multi) tasks
     - simple_classification and simple_regression datasets are moved to separate folders
    andreygetmanov committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    60db221 View commit details
    Browse the repository at this point in the history
  2. - pep8

    andreygetmanov committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    f6624fe View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    936d8f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. - added classification tests for text and image files

    - refactoring of test_regression.py
    - refactoring of test_classification.py
    andreygetmanov committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    e4b92fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5b7a1a View commit details
    Browse the repository at this point in the history