Auction Dataset
Classification, Regression
@kaggle.dhinaharp_auction_dataset
Classification, Regression
@kaggle.dhinaharp_auction_dataset
CREATE TABLE data (
"process_b1_capacity" BIGINT,
"process_b2_capacity" BIGINT,
"process_b3_capacity" BIGINT,
"process_b4_capacity" BIGINT,
"property_price" BIGINT,
"property_product" BIGINT,
"property_winner" BIGINT,
"verification_result" BOOLEAN,
"verification_time" DOUBLE
);
Anyone who has the link will be able to view this.