Update the parser with the new problem type "Clustering" #30
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.
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
The text was updated successfully, but these errors were encountered: