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

Update the parser with the new problem type "Clustering" #30

Open
sagnik1511 opened this issue Feb 7, 2022 · 0 comments
Open

Update the parser with the new problem type "Clustering" #30

sagnik1511 opened this issue Feb 7, 2022 · 0 comments
Labels
help wanted This issue needs help ! Please help if possible ! JWOC This issue/pull request will be considered for JWOC 2k22. medium Points will be: 3(1st Phase), 4(2nd Phase). 2-3 days will be allotted.

Comments

@sagnik1511
Copy link
Owner

sagnik1511 commented Feb 7, 2022

What you have to do -
1. Update the parser's problem type definitions.
2. Update the tab_automl.utils.misc.validate_parse_variable as it was prepared to check only the problem types of classification and regression.
3. The target variable parser should have a default value None as the clustering problem won't allow any target variable, but keep in mind if the problem type is some supervised technique, then the target_feature should be checked inside .tab_automl.utils.misc.validate_parse_variable function.
4. Also update the README.md where it specifies the problem types.

Follow contributing guidelines on README.md

@sagnik1511 sagnik1511 changed the title Update the parse with the new problem type "Clustering" Update the parser with the new problem type "Clustering" Feb 7, 2022
@sagnik1511 sagnik1511 added help wanted This issue needs help ! Please help if possible ! JWOC This issue/pull request will be considered for JWOC 2k22. medium Points will be: 3(1st Phase), 4(2nd Phase). 2-3 days will be allotted. labels Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted This issue needs help ! Please help if possible ! JWOC This issue/pull request will be considered for JWOC 2k22. medium Points will be: 3(1st Phase), 4(2nd Phase). 2-3 days will be allotted.
Projects
None yet
Development

No branches or pull requests

1 participant