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
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.