Fake Bills
A dataset with 1500 bills measurement to try to predict fake bills
@kaggle.alexandrepetit881234_fake_bills
A dataset with 1500 bills measurement to try to predict fake bills
@kaggle.alexandrepetit881234_fake_bills
The dataset includes 1500 rows and 7 columns:
Idea of projects with this dataset:
CREATE TABLE fake_bills (
"is_genuine" BOOLEAN,
"diagonal" DOUBLE,
"height_left" DOUBLE,
"height_right" DOUBLE,
"margin_low" DOUBLE,
"margin_up" DOUBLE,
"length" DOUBLE
);Anyone who has the link will be able to view this.