{ "data_id": "44761", "name": "kick_seed_3_nrows_2000_nclasses_10_ncols_100_stratify_True", "exact_name": "kick_seed_3_nrows_2000_nclasses_10_ncols_100_stratify_True", "version": 1, "version_label": "a701e327-7ef0-4cc0-b6bd-ff83bfb42a6c", "description": "Subsampling of the dataset kick (41162) with\n\nseed=3\nargs.nrows=2000\nargs.ncols=100\nargs.nclasses=10\nargs.no_stratify=True\nGenerated with the following source code:\n\n\n```python\n def subsample(\n self,\n seed: int,\n nrows_max: int = 2_000,\n ncols_max: int = 100,\n nclasses_max: int = 10,\n stratified: bool = True,\n ) -> Dataset:\n rng = np.random.default_rng(seed)\n\n x = self.x\n y = self.y\n\n # Uniformly sample\n classes = y.unique()\n if len(classes) > nclasses_max:\n vcs = y.value_counts()\n selected_classes = rng.choice(\n classes,\n size=nclasses_max,\n replace=False,\n p=vcs \/ sum(vcs),\n )\n\n # Select the indices where one of these classes is present\n idxs = y.index[y.isin(classes)]\n x = x.iloc[idxs]\n y = y.iloc[idxs]\n\n # Uniformly sample columns if required\n if len(x.columns) > ncols_max:\n columns_idxs = rng.choice(\n list(range(len(x.columns))), size=ncols_max, replace=False\n )\n sorted_column_idxs = sorted(columns_idxs)\n selected_columns = list(x.columns[sorted_column_idxs])\n x = x[selected_columns]\n else:\n sorted_column_idxs = list(range(len(x.columns)))\n\n if len(x) > nrows_max:\n # Stratify accordingly\n target_name = y.name\n data = pd.concat((x, y), axis=\"columns\")\n _, subset = train_test_split(\n data,\n test_size=nrows_max,\n stratify=data[target_name],\n shuffle=True,\n random_state=seed,\n )\n x = subset.drop(target_name, axis=\"columns\")\n y = subset[target_name]\n\n # We need to convert categorical columns to string for openml\n categorical_mask = [self.categorical_mask[i] for i in sorted_column_idxs]\n columns = list(x.columns)\n\n return Dataset(\n # Technically this is not the same but it's where it was derived from\n dataset=self.dataset,\n x=x,\n y=y,\n categorical_mask=categorical_mask,\n columns=columns,\n )\n```", "format": "arff", "uploader": "Eddie Bergman", "uploader_id": 32840, "visibility": "public", "creator": "\"Eddie Bergman\"", "contributor": null, "date": "2022-11-17 18:49:00", "update_comment": null, "last_update": "2022-11-17 18:49:00", "licence": "CC0", "status": "active", "error_message": null, "url": "https:\/\/api.openml.org\/data\/download\/22111523\/dataset", "default_target_attribute": "IsBadBuy", "row_id_attribute": null, "ignore_attribute": null, "runs": 0, "suggest": { "input": [ "kick_seed_3_nrows_2000_nclasses_10_ncols_100_stratify_True", "Subsampling of the dataset kick (41162) with seed=3 args.nrows=2000 args.ncols=100 args.nclasses=10 args.no_stratify=True Generated with the following source code: ```python def subsample( self, seed: int, nrows_max: int = 2_000, ncols_max: int = 100, nclasses_max: int = 10, stratified: bool = True, ) -> Dataset: rng = np.random.default_rng(seed) x = self.x y = self.y # Uniformly sample classes = y.unique() if len(classes) > nclasses_max: vcs = y.value_counts() selected_classes = rng.choice( cla " ], "weight": 5 }, "qualities": { "NumberOfInstances": 2000, "NumberOfFeatures": 33, "NumberOfClasses": 2, "NumberOfMissingValues": 4127, "NumberOfInstancesWithMissingValues": 1922, "NumberOfNumericFeatures": 14, "NumberOfSymbolicFeatures": 19, "PercentageOfBinaryFeatures": 12.121212121212121, "PercentageOfInstancesWithMissingValues": 96.1, "AutoCorrelation": 0.7828914457228614, "PercentageOfMissingValues": 6.253030303030303, "Dimensionality": 0.0165, "PercentageOfNumericFeatures": 42.42424242424242, "MajorityClassPercentage": 87.7, "PercentageOfSymbolicFeatures": 57.57575757575758, "MajorityClassSize": 1754, "MinorityClassPercentage": 12.3, "MinorityClassSize": 246, "NumberOfBinaryFeatures": 4 }, "tags": [ { "uploader": "38960", "tag": "Health" }, { "uploader": "38960", "tag": "Statistics" } ], "features": [ { "name": "IsBadBuy", "index": "32", "type": "nominal", "distinct": "2", "missing": "0", "target": "1", "distr": [ [ "0", "1" ], [ [ "1754", "0" ], [ "0", "246" ] ] ] }, { "name": "PurchDate", "index": "0", "type": "numeric", "distinct": "447", "missing": "0", "min": "1231113600", "max": "1293580800", "mean": "1263040128", "stdev": "18086233" }, { "name": "Auction", "index": "1", "type": "nominal", "distinct": "3", "missing": "0", "distr": [ [ "ADESA", "MANHEIM", "OTHER" ], [ [ "349", "61" ], [ "1012", "130" ], [ "393", "55" ] ] ] }, { "name": "VehYear", "index": "2", "type": "numeric", "distinct": "9", "missing": "0", "min": "2001", "max": "2009", "mean": "2005", "stdev": "2" }, { "name": "VehicleAge", "index": "3", "type": "numeric", "distinct": "9", "missing": "0", "min": "1", "max": "9", "mean": "4", "stdev": "2" }, { "name": "Make", "index": "4", "type": "nominal", "distinct": "26", "missing": "0", "distr": [ [ "ACURA", "BUICK", "CADILLAC", "CHEVROLET", "CHRYSLER", "DODGE", "FORD", "GMC", "HONDA", "HUMMER", "HYUNDAI", "INFINITI", "ISUZU", "JEEP", "KIA", "LEXUS", "LINCOLN", "MAZDA", "MERCURY", "MINI", "MITSUBISHI", "NISSAN", "OLDSMOBILE", "PLYMOUTH", "PONTIAC", "SATURN", "SCION", "SUBARU", "SUZUKI", "TOYOTA", "TOYOTA SCION", "VOLKSWAGEN", "VOLVO" ], [ [ "1", "0" ], [ "18", "4" ], [ "0", "0" ], [ "439", "43" ], [ "197", "27" ], [ "342", "36" ], [ "242", "44" ], [ "21", "2" ], [ "12", "1" ], [ "0", "0" ], [ "41", "9" ], [ "0", "1" ], [ "4", "0" ], [ "56", "13" ], [ "51", "12" ], [ "1", "0" ], [ "1", "0" ], [ "25", "5" ], [ "22", "6" ], [ "0", "0" ], [ "16", "2" ], [ "46", "11" ], [ "8", "1" ], [ "0", "0" ], [ "92", "15" ], [ "55", "5" ], [ "4", "0" ], [ "0", "0" ], [ "32", "5" ], [ "27", "4" ], [ "0", "0" ], [ "1", "0" ], [ "0", "0" ] ] ] }, { "name": "Model", "index": "5", "type": "nominal", "distinct": "388", "missing": "0", "distr": [] }, { "name": "Trim", "index": "6", "type": "nominal", "distinct": "83", "missing": "59", "distr": [ [ "1", "150", "2", "250", "3", "3 R", "Adv", "Bas", "C", "Car", "CE", "Cin", "Cla", "Cus", "CX", "CXL", "CXS", "DE", "Den", "DS", "Dur", "DX", "eC", "Edd", "Edg", "eL", "Ent", "ES", "EX", "EX-", "Exe", "FX4", "GL", "GLE", "GLS", "GS", "GT", "GTC", "GTP", "GTS", "GX", "GXE", "GXP", "Har", "Her", "Hig", "Hyb", "i", "JLS", "JLX", "Kin", "L", "L 3", "L10", "L20", "L30", "Lar", "LE", "Lim", "LL", "LS", "LT", "LTZ", "Lux", "LW2", "LW3", "LX", "LXi", "Max", "Maz", "Nor", "Out", "Ove", "OZ", "Plu", "Pre", "Pro", "R\/T", "Ral", "Ren", "RS", "RT", "s", "S", "SC1", "SC2", "SE", "SE-", "SEL", "SES", "Si", "Sig", "SL", "SL1", "SL2", "SLE", "SLT", "Spe", "Spo", "Spy", "SR5", "SS", "ST", "Sta", "STX", "SV6", "SVT", "SX", "SXT", "T5", "Tou", "Ult", "Val", "VP", "W\/T", "X", "XE", "XL", "XLS", "XLT", "XR", "XRS", "XS", "Xsp", "Z24", "Z71", "ZR2", "ZTS", "ZTW", "ZX2", "ZX3", "ZX4", "ZX5", "ZXW" ], [ [ "3", "0" ], [ "5", "1" ], [ "26", "2" ], [ "0", "0" ], [ "2", "0" ], [ "0", "0" ], [ "7", "1" ], [ "312", "42" ], [ "0", "0" ], [ "0", "0" ], [ "6", "1" ], [ "0", "0" ], [ "10", "2" ], [ "8", "2" ], [ "3", "1" ], [ "6", "0" ], [ "0", "0" ], [ "2", "0" ], [ "0", "0" ], [ "0", "0" ], [ "0", "0" ], [ "0", "1" ], [ "0", "0" ], [ "4", "0" ], [ "2", "0" ], [ "0", "0" ], [ "0", "0" ], [ "10", "1" ], [ "43", "8" ], [ "0", "0" ], [ "1", "0" ], [ "1", "0" ], [ "11", "1" ], [ "1", "1" ], [ "30", "6" ], [ "9", "5" ], [ "19", "4" ], [ "1", "0" ], [ "0", "0" ], [ "0", "0" ], [ "0", "0" ], [ "0", "1" ], [ "0", "0" ], [ "0", "0" ], [ "1", "0" ], [ "1", "0" ], [ "0", "0" ], [ "14", "1" ], [ "0", "0" ], [ "0", "0" ], [ "0", "0" ], [ "0", "0" ], [ "0", "0" ], [ "0", "0" ], [ "3", "0" ], [ "2", "0" ], [ "25", "6" ], [ "9", "5" ], [ "23", "8" ], [ "0", "0" ], [ "256", "23" ], [ "104", "9" ], [ "0", "0" ], [ "1", "0" ], [ "1", "0" ], [ "1", "0" ], [ "45", "10" ], [ "5", "1" ], [ "0", "0" ], [ "0", "0" ], [ "19", "1" ], [ "0", "0" ], [ "0", "0" ], [ "1", "0" ], [ "1", "0" ], [ "2", "0" ], [ "3", "0" ], [ "0", "1" ], [ "0", "0" ], [ "2", "0" ], [ "1", "0" ], [ "0", "0" ], [ "4", "2" ], [ "11", "2" ], [ "0", "1" ], [ "0", "0" ], [ "214", "36" ], [ "0", "0" ], [ "31", "2" ], [ "7", "4" ], [ "0", "0" ], [ "0", "0" ], [ "1", "0" ], [ "0", "0" ], [ "0", "0" ], [ "18", "1" ], [ "31", "2" ], [ "0", "0" ], [ "37", "7" ], [ "0", "0" ], [ "1", "0" ], [ "4", "0" ], [ "24", "3" ], [ "2", "1" ], [ "4", "1" ], [ "2", "0" ], [ "1", "0" ], [ "0", "1" ], [ "115", "8" ], [ "0", "0" ], [ "48", "5" ], [ "0", "0" ], [ "1", "0" ], [ "1", "0" ], [ "4", "0" ], [ "0", "0" ], [ "6", "2" ], [ "13", "1" ], [ "21", "3" ], [ "29", "6" ], [ "2", "0" ], [ "0", "0" ], [ "0", "0" ], [ "0", "0" ], [ "0", "0" ], [ "3", "0" ], [ "0", "0" ], [ "1", "1" ], [ "0", "0" ], [ "0", "0" ], [ "6", "2" ], [ "18", "1" ], [ "1", "0" ], [ "1", "0" ] ] ] }, { "name": "SubModel", "index": "7", "type": "nominal", "distinct": "299", "missing": "0", "distr": [] }, { "name": "Color", "index": "8", "type": "nominal", "distinct": "16", "missing": "0", "distr": [ [ "BEIGE", "BLACK", "BLUE", "BROWN", "GOLD", "GREEN", "GREY", "MAROON", "NOT AVAIL", "ORANGE", "OTHER", "PURPLE", "RED", "SILVER", "WHITE", "YELLOW" ], [ [ "38", "6" ], [ "188", "28" ], [ "262", "29" ], [ "11", "3" ], [ "104", "19" ], [ "72", "9" ], [ "185", "22" ], [ "55", "7" ], [ "4", "2" ], [ "10", "0" ], [ "5", "0" ], [ "8", "0" ], [ "178", "15" ], [ "309", "57" ], [ "319", "48" ], [ "6", "1" ] ] ] }, { "name": "Transmission", "index": "9", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "AUTO", "Manual", "MANUAL" ], [ [ "1694", "236" ], [ "0", "0" ], [ "60", "10" ] ] ] }, { "name": "WheelTypeID", "index": "10", "type": "nominal", "distinct": "3", "missing": "89", "distr": [ [ "0", "1", "2", "3" ], [ [ "0", "0" ], [ "938", "106" ], [ "771", "76" ], [ "18", "2" ] ] ] }, { "name": "WheelType", "index": "11", "type": "nominal", "distinct": "3", "missing": "89", "distr": [ [ "Alloy", "Covers", "Special" ], [ [ "938", "106" ], [ "771", "76" ], [ "18", "2" ] ] ] }, { "name": "VehOdo", "index": "12", "type": "numeric", "distinct": "1951", "missing": "0", "min": "14187", "max": "110071", "mean": "71739", "stdev": "14550" }, { "name": "Nationality", "index": "13", "type": "nominal", "distinct": "4", "missing": "0", "distr": [ [ "AMERICAN", "OTHER", "OTHER ASIAN", "TOP LINE ASIAN" ], [ [ "1493", "196" ], [ "1", "0" ], [ "175", "34" ], [ "85", "16" ] ] ] }, { "name": "Size", "index": "14", "type": "nominal", "distinct": "12", "missing": "0", "distr": [ [ "COMPACT", "CROSSOVER", "LARGE", "LARGE SUV", "LARGE TRUCK", "MEDIUM", "MEDIUM SUV", "SMALL SUV", "SMALL TRUCK", "SPECIALTY", "SPORTS", "VAN" ], [ [ "178", "37" ], [ "34", "5" ], [ "216", "19" ], [ "38", "5" ], [ "83", "9" ], [ "717", "93" ], [ "198", "40" ], [ "68", "9" ], [ "17", "3" ], [ "42", "5" ], [ "13", "6" ], [ "150", "15" ] ] ] }, { "name": "TopThreeAmericanName", "index": "15", "type": "nominal", "distinct": "4", "missing": "0", "distr": [ [ "CHRYSLER", "FORD", "GM", "OTHER" ], [ [ "595", "76" ], [ "265", "50" ], [ "633", "70" ], [ "261", "50" ] ] ] }, { "name": "MMRAcquisitionAuctionAveragePrice", "index": "16", "type": "numeric", "distinct": "1684", "missing": "2", "min": "0", "max": "20001", "mean": "6125", "stdev": "2488" }, { "name": "MMRAcquisitionAuctionCleanPrice", "index": "17", "type": "numeric", "distinct": "1702", "missing": "2", "min": "0", "max": "22705", "mean": "7373", "stdev": "2749" }, { "name": "MMRAcquisitionRetailAveragePrice", "index": "18", "type": "numeric", "distinct": "1718", "missing": "2", "min": "0", "max": "24730", "mean": "8505", "stdev": "3179" }, { "name": "MMRAcquisitonRetailCleanPrice", "index": "19", "type": "numeric", "distinct": "1715", "missing": "2", "min": "0", "max": "27267", "mean": "9864", "stdev": "3407" }, { "name": "MMRCurrentAuctionAveragePrice", "index": "20", "type": "numeric", "distinct": "1670", "missing": "11", "min": "0", "max": "16082", "mean": "6116", "stdev": "2457" }, { "name": "MMRCurrentAuctionCleanPrice", "index": "21", "type": "numeric", "distinct": "1685", "missing": "11", "min": "0", "max": "20295", "mean": "7380", "stdev": "2714" }, { "name": "MMRCurrentRetailAveragePrice", "index": "22", "type": "numeric", "distinct": "1729", "missing": "11", "min": "0", "max": "21004", "mean": "8763", "stdev": "3122" }, { "name": "MMRCurrentRetailCleanPrice", "index": "23", "type": "numeric", "distinct": "1725", "missing": "11", "min": "0", "max": "24560", "mean": "10137", "stdev": "3340" }, { "name": "PRIMEUNIT", "index": "24", "type": "nominal", "distinct": "2", "missing": "1919", "distr": [ [ "NO", "YES" ], [ [ "74", "3" ], [ "4", "0" ] ] ] }, { "name": "AUCGUART", "index": "25", "type": "nominal", "distinct": "2", "missing": "1919", "distr": [ [ "GREEN", "RED" ], [ [ "77", "3" ], [ "1", "0" ] ] ] }, { "name": "BYRNO", "index": "26", "type": "nominal", "distinct": "57", "missing": "0", "distr": [ [ "835", "1031", "1035", "1041", "1045", "1051", "1055", "1081", "1082", "1085", "1086", "1121", "1125", "1141", "1151", "1152", "1156", "1157", "1191", "1231", "1235", "3453", "3582", "5546", "8172", "8655", "10310", "10315", "10410", "10420", "10425", "10430", "10510", "11210", "11410", "16044", "16369", "16926", "17212", "17675", "18091", "18111", "18822", "18880", "18881", "19064", "19619", "19638", "19662", "20207", "20234", "20392", "20740", "20833", "20928", "21047", "21053", "21973", "22808", "22916", "23359", "23657", "25100", "52117", "52492", "52598", "52644", "52646", "53245", "99740", "99741", "99750", "99760", "99761" ], [ [ "74", "11" ], [ "2", "0" ], [ "0", "0" ], [ "0", "0" ], [ "2", "1" ], [ "1", "0" ], [ "1", "0" ], [ "0", "0" ], [ "1", "0" ], [ "0", "0" ], [ "0", "0" ], [ "1", "0" ], [ "0", "0" ], [ "0", "0" ], [ "3", "0" ], [ "0", "0" ], [ "0", "0" ], [ "0", "0" ], [ "1", "0" ], [ "13", "3" ], [ "6", "0" ], [ "80", "5" ], [ "0", "0" ], [ "52", "8" ], [ "35", "2" ], [ "49", "9" ], [ "0", "1" ], [ "5", "1" ], [ "1", "0" ], [ "0", "0" ], [ "0", "0" ], [ "6", "1" ], [ "0", "0" ], [ "0", "0" ], [ "1", "0" ], [ "35", "10" ], [ "1", "0" ], [ "27", "6" ], [ "65", "5" ], [ "58", "13" ], [ "1", "0" ], [ "66", "9" ], [ "52", "7" ], [ "73", "15" ], [ "38", "1" ], [ "19", "4" ], [ "61", "9" ], [ "31", "4" ], [ "39", "6" ], [ "32", "6" ], [ "60", "4" ], [ "5", "1" ], [ "60", "13" ], [ "40", "5" ], [ "75", "10" ], [ "5", "0" ], [ "62", "14" ], [ "60", "9" ], [ "43", "4" ], [ "61", "11" ], [ "46", "7" ], [ "13", "2" ], [ "40", "4" ], [ "33", "6" ], [ "19", "2" ], [ "16", "0" ], [ "9", "2" ], [ "10", "1" ], [ "3", "0" ], [ "8", "2" ], [ "0", "0" ], [ "67", "2" ], [ "0", "0" ], [ "87", "10" ] ] ] }, { "name": "VNZIP1", "index": "27", "type": "nominal", "distinct": "122", "missing": "0", "distr": [ [ "2764", "3106", "8505", "12552", "16066", "16137", "17028", "17406", "17545", "19440", "20166", "21014", "21075", "22403", "22801", "23234", "23606", "25071", "25177", "26431", "27407", "27542", "28273", "28625", "29070", "29323", "29461", "29532", "29697", "30120", "30212", "30272", "30315", "30331", "30529", "32124", "32219", "32225", "32503", "32750", "32772", "32812", "32824", "33073", "33311", "33314", "33411", "33619", "33762", "33809", "33916", "34203", "34761", "35004", "35613", "37122", "37138", "37210", "37421", "37771", "38118", "38128", "38637", "39208", "39402", "42104", "43207", "45005", "45011", "46239", "46803", "47129", "48265", "50111", "55369", "60440", "60443", "60445", "62207", "63044", "64153", "64161", "68138", "70002", "70401", "70460", "71119", "72117", "73108", "73129", "74135", "75020", "75050", "75061", "75236", "76040", "76063", "76101", "77041", "77061", "77073", "77086", "77301", "78219", "78227", "78426", "78610", "78745", "78754", "79605", "79932", "80011", "80022", "80112", "80229", "80817", "83687", "83716", "84087", "84104", "85009", "85018", "85040", "85204", "85226", "85248", "85260", "85284", "85338", "85353", "87105", "87109", "89120", "89139", "89165", "89506", "90045", "90650", "91752", "91763", "91770", "92057", "92101", "92337", "92504", "92807", "94544", "95673", "97060", "97217", "97402", "98064", "99224" ], [ [ "0", "0" ], [ "2", "0" ], [ "6", "2" ], [ "0", "0" ], [ "0", "0" ], [ "0", "0" ], [ "1", "0" ], [ "2", "1" ], [ "3", "3" ], [ "12", "4" ], [ "11", "2" ], [ "6", "0" ], [ "24", "8" ], [ "20", "3" ], [ "9", "0" ], [ "0", "0" ], [ "3", "0" ], [ "0", "0" ], [ "5", "1" ], [ "2", "0" ], [ "17", "4" ], [ "73", "9" ], [ "38", "12" ], [ "27", "2" ], [ "8", "0" ], [ "0", "0" ], [ "9", "1" ], [ "36", "6" ], [ "59", "9" ], [ "5", "1" ], [ "15", "2" ], [ "37", "3" ], [ "1", "0" ], [ "10", "0" ], [ "0", "0" ], [ "21", "4" ], [ "14", "3" ], [ "0", "0" ], [ "0", "0" ], [ "1", "1" ], [ "2", "0" ], [ "0", "0" ], [ "107", "14" ], [ "3", "0" ], [ "3", "1" ], [ "4", "0" ], [ "6", "0" ], [ "38", "6" ], [ "4", "1" ], [ "20", "2" ], [ "0", "0" ], [ "6", "1" ], [ "16", "2" ], [ "9", "1" ], [ "8", "1" ], [ "9", "0" ], [ "0", "0" ], [ "16", "1" ], [ "7", "0" ], [ "14", "1" ], [ "4", "1" ], [ "0", "0" ], [ "3", "1" ], [ "3", "0" ], [ "2", "1" ], [ "6", "0" ], [ "1", "0" ], [ "19", "1" ], [ "0", "1" ], [ "0", "1" ], [ "4", "1" ], [ "5", "1" ], [ "0", "0" ], [ "12", "5" ], [ "3", "0" ], [ "8", "0" ], [ "2", "0" ], [ "1", "0" ], [ "1", "0" ], [ "3", "0" ], [ "0", "0" ], [ "15", "1" ], [ "1", "0" ], [ "0", "0" ], [ "3", "1" ], [ "1", "0" ], [ "3", "1" ], [ "0", "1" ], [ "28", "1" ], [ "1", "0" ], [ "52", "7" ], [ "7", "0" ], [ "34", "4" ], [ "8", "1" ], [ "54", "8" ], [ "36", "6" ], [ "7", "1" ], [ "0", "0" ], [ "36", "5" ], [ "17", "1" ], [ "4", "1" ], [ "23", "3" ], [ "0", "0" ], [ "32", "1" ], [ "29", "3" ], [ "1", "0" ], [ "1", "0" ], [ "1", "0" ], [ "31", "9" ], [ "3", "1" ], [ "3", "0" ], [ "38", "5" ], [ "51", "3" ], [ "0", "0" ], [ "18", "0" ], [ "21", "2" ], [ "0", "0" ], [ "2", "0" ], [ "4", "0" ], [ "12", "5" ], [ "16", "4" ], [ "4", "0" ], [ "59", "7" ], [ "1", "0" ], [ "59", "8" ], [ "0", "0" ], [ "0", "0" ], [ "7", "1" ], [ "0", "0" ], [ "14", "1" ], [ "7", "2" ], [ "0", "0" ], [ "5", "1" ], [ "0", "0" ], [ "10", "1" ], [ "0", "0" ], [ "6", "2" ], [ "5", "0" ], [ "23", "3" ], [ "0", "0" ], [ "4", "0" ], [ "8", "3" ], [ "0", "0" ], [ "14", "4" ], [ "3", "1" ], [ "33", "2" ], [ "24", "2" ], [ "39", "7" ], [ "4", "0" ], [ "1", "1" ], [ "0", "0" ], [ "5", "0" ], [ "0", "0" ] ] ] }, { "name": "VNST", "index": "28", "type": "nominal", "distinct": "34", "missing": "0", "distr": [ [ "AL", "AR", "AZ", "CA", "CO", "FL", "GA", "IA", "ID", "IL", "IN", "KY", "LA", "MA", "MD", "MI", "MN", "MO", "MS", "NC", "NE", "NH", "NJ", "NM", "NV", "NY", "OH", "OK", "OR", "PA", "SC", "TN", "TX", "UT", "VA", "WA", "WV" ], [ [ "17", "2" ], [ "0", "1" ], [ "160", "21" ], [ "159", "24" ], [ "128", "10" ], [ "245", "35" ], [ "68", "6" ], [ "12", "5" ], [ "2", "0" ], [ "12", "0" ], [ "9", "3" ], [ "6", "0" ], [ "7", "2" ], [ "0", "0" ], [ "30", "8" ], [ "0", "0" ], [ "3", "0" ], [ "18", "1" ], [ "8", "2" ], [ "155", "27" ], [ "1", "0" ], [ "2", "0" ], [ "6", "2" ], [ "7", "2" ], [ "15", "2" ], [ "0", "0" ], [ "20", "2" ], [ "81", "8" ], [ "5", "1" ], [ "18", "8" ], [ "112", "16" ], [ "50", "3" ], [ "327", "44" ], [ "16", "5" ], [ "43", "5" ], [ "5", "0" ], [ "7", "1" ] ] ] }, { "name": "VehBCost", "index": "29", "type": "numeric", "distinct": "899", "missing": "0", "min": "2230", "max": "12025", "mean": "6735", "stdev": "1775" }, { "name": "IsOnlineSale", "index": "30", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "1710", "239" ], [ "44", "7" ] ] ] }, { "name": "WarrantyCost", "index": "31", "type": "numeric", "distinct": "184", "missing": "0", "min": "462", "max": "5613", "mean": "1280", "stdev": "584" } ], "nr_of_issues": 0, "nr_of_downvotes": 0, "nr_of_likes": 0, "nr_of_downloads": 0, "total_downloads": 0, "reach": 0, "reuse": 0, "impact_of_reuse": 0, "reach_of_reuse": 0, "impact": 0 }