You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank you for providing such a good code, can you provide an example of a dataset(CSV)?
This will give me a better understanding of the code, thank you.
The text was updated successfully, but these errors were encountered:
Hi, here is a sample dataset screenshot. So, basically, the first column is your class label (defined as "label"). The rest of the columns are your dependent features of the dataset. For example, in this picture, there are 20 features denoted as A1 to A20. Note that, all the features are numerical features in the CSV file. If you have some categorical features, you have to perform One hot encoding/Label encoding to make them numbers, and then after you can run the program! Hope this helps.
Hello, thank you for providing such a good code, can you provide an example of a dataset(CSV)?
This will give me a better understanding of the code, thank you.
The text was updated successfully, but these errors were encountered: