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

Open
kasyanovse opened this issue Nov 21, 2023 · 0 comments · May be fixed by #1251
Open

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

kasyanovse opened this issue Nov 21, 2023 · 0 comments · May be fixed by #1251
Assignees
Labels
test The additon or modification of the unit test

Comments

@kasyanovse
Copy link
Collaborator

Tests for correct conditions:

  1. Classification tasks:
    1. Binary classification
    2. Multitarget classification
  2. Regression task
  3. Time series forecasting tasks:
    1. Unidimensional case
    2. Multi_ts case
    3. Multidimensional time series case
  4. Multimodal case:
    1. Classification (bi- and multitarget)
    2. Regression
    3. Time series forecasting (unidimensional and multi_ts)
@kasyanovse kasyanovse added the test The additon or modification of the unit test label Nov 21, 2023
@andreygetmanov andreygetmanov self-assigned this Nov 22, 2023
andreygetmanov added a commit that referenced this issue Jan 19, 2024
 - 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test The additon or modification of the unit test
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants