Anonymous Data
Data for classification practice
@kaggle.alimohammedbakhiet_anonymous_data
Data for classification practice
@kaggle.alimohammedbakhiet_anonymous_data
The data is unknown and the columns are not clear, but it contains the target column, which is referred to as “Y”, through which you can track the binary classification process on this data.
Also, the data may contain missing values, and you have the choice to get rid of the outliers or leave them as they are.
You can practice machine learning algorithms or deep learning.
Deal with the data as you see fit The important thing here is to compete for the highest accuracy for the model you are building, but you should avoid overfitting.
Good luck with the data.
CREATE TABLE or_data (
"year" BIGINT,
"y" BIGINT,
"r1" DOUBLE,
"r2" DOUBLE,
"r3" DOUBLE,
"r4" DOUBLE,
"r5" DOUBLE,
"r6" DOUBLE,
"r7" DOUBLE,
"r8" DOUBLE,
"r9" DOUBLE,
"r10" DOUBLE,
"r11" DOUBLE,
"r12" DOUBLE,
"r13" DOUBLE,
"r14" DOUBLE,
"r15" DOUBLE,
"r16" DOUBLE
);Anyone who has the link will be able to view this.