Now run the command with your custom data, problem type and target feature
>> # For Classification Problem >>> python -m tab_automl.main -d "your custom data scource\custom_data.csv" -t "classification" -tf "your_custom_target_feature" -spd "true" -sfd "true" -sm "true"">
>>># For Regression Problem>>>python-mtab_automl.main-d"your custom data scource\custom_data.csv"-t"regression"-tf"your_custom_target_feature"-spd"true"-sfd"true"-sm"true">>># For Classification Problem>>>python-mtab_automl.main-d"your custom data scource\custom_data.csv"-t"classification"-tf"your_custom_target_feature"-spd"true"-sfd"true"-sm"true"
Contributing Guidelines
Coment on the issue on which you want to work.
If you get assigned, fork the repository.
Create a new branch which should be named on your github user_id , e.g. sagnik1511.
Update the changes on that branch.
Create a PR (Pull request) to the main branch of the parent repository.
The PR title should named like this [Issue Number] Heading of the issue.
Describe the changes you have done with proper reasons.
PyTorch implementation of Continuous Augmented Positional Embeddings (CAPE), by Likhomanenko et al. Enhance your Transformer positional embeddings with easy-to-use augmentations!
Semi-automated OpenVINO benchmark_app with variable parameters. User can specify multiple options for any parameters in the benchmark_app and the progam runs the benchmark with all combinations of gi