{ "data_id": "44649", "name": "Internet-Advertisements_seed_1_nrows_2000_nclasses_10_ncols_100_stratify_True", "exact_name": "Internet-Advertisements_seed_1_nrows_2000_nclasses_10_ncols_100_stratify_True", "version": 1, "version_label": "07e15449-9bbf-43d3-beb4-c289166c4c3f", "description": "Subsampling of the dataset Internet-Advertisements (40978) with\n\nseed=1\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:39:59", "update_comment": null, "last_update": "2022-11-17 18:39:59", "licence": "Public", "status": "active", "error_message": null, "url": "https:\/\/api.openml.org\/data\/download\/22111411\/dataset", "default_target_attribute": "class", "row_id_attribute": null, "ignore_attribute": null, "runs": 0, "suggest": { "input": [ "Internet-Advertisements_seed_1_nrows_2000_nclasses_10_ncols_100_stratify_True", "Subsampling of the dataset Internet-Advertisements (40978) with seed=1 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_classe " ], "weight": 5 }, "qualities": { "NumberOfInstances": 2000, "NumberOfFeatures": 101, "NumberOfClasses": 2, "NumberOfMissingValues": 0, "NumberOfInstancesWithMissingValues": 0, "NumberOfNumericFeatures": 0, "NumberOfSymbolicFeatures": 101, "MinorityClassPercentage": 14.000000000000002, "MinorityClassSize": 280, "NumberOfBinaryFeatures": 101, "PercentageOfBinaryFeatures": 100, "PercentageOfInstancesWithMissingValues": 0, "AutoCorrelation": 0.7643821910955477, "PercentageOfMissingValues": 0, "Dimensionality": 0.0505, "PercentageOfNumericFeatures": 0, "MajorityClassPercentage": 86, "PercentageOfSymbolicFeatures": 100, "MajorityClassSize": 1720 }, "tags": [ { "uploader": "38960", "tag": "Demographics" }, { "uploader": "38960", "tag": "Statistics" } ], "features": [ { "name": "class", "index": "100", "type": "nominal", "distinct": "2", "missing": "0", "target": "1", "distr": [ [ "ad", "noad" ], [ [ "280", "0" ], [ "0", "1720" ] ] ] }, { "name": "url.meadows.9196", "index": "0", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1711" ], [ "0", "9" ] ] ] }, { "name": "url.image.navigate", "index": "1", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "url.ibitexas.com", "index": "2", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1703" ], [ "0", "17" ] ] ] }, { "name": "url.keith.dumble", "index": "3", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "277", "1707" ], [ "3", "13" ] ] ] }, { "name": "url.cjackson.kandinsky", "index": "4", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1713" ], [ "0", "7" ] ] ] }, { "name": "url.catringn.gif", "index": "5", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "url.doubleclick.net", "index": "6", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "269", "1720" ], [ "11", "0" ] ] ] }, { "name": "url.victoria.pharmacy", "index": "7", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1713" ], [ "0", "7" ] ] ] }, { "name": "url.geoguideii.pages", "index": "8", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1708" ], [ "0", "12" ] ] ] }, { "name": "url.www.ireland.today.ie", "index": "9", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "277", "1720" ], [ "3", "0" ] ] ] }, { "name": "url.grn.bull", "index": "10", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1714" ], [ "0", "6" ] ] ] }, { "name": "url.red.ball", "index": "11", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1698" ], [ "0", "22" ] ] ] }, { "name": "url.ads.msn.com", "index": "12", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "275", "1720" ], [ "5", "0" ] ] ] }, { "name": "url.vt.edu", "index": "13", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1706" ], [ "0", "14" ] ] ] }, { "name": "url.www.larx.com", "index": "14", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "url.autotown.com", "index": "15", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1714" ], [ "0", "6" ] ] ] }, { "name": "url.about", "index": "16", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "url.static.wired.com", "index": "17", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "271", "1720" ], [ "9", "0" ] ] ] }, { "name": "url.slake.com", "index": "18", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1709" ], [ "0", "11" ] ] ] }, { "name": "url.valley.2539", "index": "19", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1717" ], [ "1", "3" ] ] ] }, { "name": "url.set", "index": "20", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1709" ], [ "0", "11" ] ] ] }, { "name": "url.ie", "index": "21", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1714" ], [ "0", "6" ] ] ] }, { "name": "url.dumble", "index": "22", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "277", "1707" ], [ "3", "13" ] ] ] }, { "name": "url.kandinsky.t", "index": "23", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1713" ], [ "0", "7" ] ] ] }, { "name": "url.toyotaofroswell.com", "index": "24", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1710" ], [ "0", "10" ] ] ] }, { "name": "url.ixfolder.gif", "index": "25", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1708" ], [ "0", "12" ] ] ] }, { "name": "url.falcon.sonic.net", "index": "26", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "url.pix.b", "index": "27", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1714" ], [ "0", "6" ] ] ] }, { "name": "url.www.thejeep.com", "index": "28", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "276", "1709" ], [ "4", "11" ] ] ] }, { "name": "url.graphics", "index": "29", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "255", "1695" ], [ "25", "25" ] ] ] }, { "name": "origurl.www.innotts.co.uk", "index": "30", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1715" ], [ "0", "5" ] ] ] }, { "name": "origurl..ion.0", "index": "31", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "273", "1720" ], [ "7", "0" ] ] ] }, { "name": "origurl.valley.2647", "index": "32", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "278", "1667" ], [ "2", "53" ] ] ] }, { "name": "origurl.plato", "index": "33", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1710" ], [ "0", "10" ] ] ] }, { "name": "origurl.cgidir.dll", "index": "34", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "274", "1720" ], [ "6", "0" ] ] ] }, { "name": "origurl.valley", "index": "35", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "276", "1658" ], [ "4", "62" ] ] ] }, { "name": "origurl.ics.ikenobo", "index": "36", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "origurl.kushmerick", "index": "37", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "268", "1720" ], [ "12", "0" ] ] ] }, { "name": "origurl.heartland.5309", "index": "38", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "origurl.kandinsky", "index": "39", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1707" ], [ "0", "13" ] ] ] }, { "name": "origurl.horn.html", "index": "40", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "origurl.corridor.4590", "index": "41", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1713" ], [ "0", "7" ] ] ] }, { "name": "origurl.aprilfoolsday", "index": "42", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "278", "1711" ], [ "2", "9" ] ] ] }, { "name": "origurl.express.scripts.com", "index": "43", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1708" ], [ "0", "12" ] ] ] }, { "name": "origurl.news", "index": "44", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "270", "1719" ], [ "10", "1" ] ] ] }, { "name": "origurl.times", "index": "45", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "271", "1720" ], [ "9", "0" ] ] ] }, { "name": "origurl.4010.index", "index": "46", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "278", "1715" ], [ "2", "5" ] ] ] }, { "name": "origurl.hpe", "index": "47", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "273", "1720" ], [ "7", "0" ] ] ] }, { "name": "origurl.kerouac.htm", "index": "48", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1707" ], [ "0", "13" ] ] ] }, { "name": "origurl.internauts.ca", "index": "49", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1698" ], [ "0", "22" ] ] ] }, { "name": "origurl.toyotaofroswell.com", "index": "50", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1710" ], [ "0", "10" ] ] ] }, { "name": "origurl.www.internauts.ca", "index": "51", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1698" ], [ "0", "22" ] ] ] }, { "name": "origurl.lovisa1", "index": "52", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1698" ], [ "0", "22" ] ] ] }, { "name": "origurl.tm.fr", "index": "53", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1714" ], [ "0", "6" ] ] ] }, { "name": "origurl.bossintl.com", "index": "54", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1700" ], [ "1", "20" ] ] ] }, { "name": "origurl.kitty.and", "index": "55", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1712" ], [ "1", "8" ] ] ] }, { "name": "origurl.dreamn.com", "index": "56", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "origurl.plains", "index": "57", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "277", "1705" ], [ "3", "15" ] ] ] }, { "name": "origurl.story", "index": "58", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "276", "1720" ], [ "4", "0" ] ] ] }, { "name": "origurl.ikenobo", "index": "59", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "origurl.meadows", "index": "60", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1700" ], [ "0", "20" ] ] ] }, { "name": "origurl.stinky", "index": "61", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1710" ], [ "0", "10" ] ] ] }, { "name": "origurl.mcp.htm", "index": "62", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1716" ], [ "1", "4" ] ] ] }, { "name": "origurl.home", "index": "63", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "277", "1661" ], [ "3", "59" ] ] ] }, { "name": "ancurl.jump", "index": "64", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "271", "1718" ], [ "9", "2" ] ] ] }, { "name": "ancurl.FlowSoft.com", "index": "65", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "ancurl.bridalinfo", "index": "66", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1716" ], [ "0", "4" ] ] ] }, { "name": "ancurl.unc.edu", "index": "67", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1710" ], [ "0", "10" ] ] ] }, { "name": "ancurl.forums", "index": "68", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1705" ], [ "0", "15" ] ] ] }, { "name": "ancurl.e.html", "index": "69", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "ancurl.excite.468x60", "index": "70", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "278", "1720" ], [ "2", "0" ] ] ] }, { "name": "ancurl.schwab", "index": "71", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1720" ], [ "1", "0" ] ] ] }, { "name": "ancurl.a.uk", "index": "72", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "273", "1720" ], [ "7", "0" ] ] ] }, { "name": "ancurl.romancebooks", "index": "73", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1714" ], [ "0", "6" ] ] ] }, { "name": "ancurl.francois", "index": "74", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "ancurl.pratchett", "index": "75", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1711" ], [ "0", "9" ] ] ] }, { "name": "ancurl.desc", "index": "76", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "274", "1720" ], [ "6", "0" ] ] ] }, { "name": "ancurl.forum.8078", "index": "77", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1707" ], [ "0", "13" ] ] ] }, { "name": "ancurl.netscape.com", "index": "78", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "272", "1709" ], [ "8", "11" ] ] ] }, { "name": "ancurl.readersndex", "index": "79", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1714" ], [ "0", "6" ] ] ] }, { "name": "ancurl.event.ng", "index": "80", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "239", "1718" ], [ "41", "2" ] ] ] }, { "name": "ancurl.www.geocities.com", "index": "81", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "266", "1418" ], [ "14", "302" ] ] ] }, { "name": "ancurl.spu.edu", "index": "82", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1711" ], [ "0", "9" ] ] ] }, { "name": "ancurl.area", "index": "83", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "265", "1720" ], [ "15", "0" ] ] ] }, { "name": "ancurl.www.wco.com", "index": "84", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1714" ], [ "0", "6" ] ] ] }, { "name": "ancurl.top", "index": "85", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1717" ], [ "0", "3" ] ] ] }, { "name": "ancurl.www.news.observer.com", "index": "86", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "ancurl.sv", "index": "87", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "269", "1720" ], [ "11", "0" ] ] ] }, { "name": "ancurl.id", "index": "88", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "260", "1678" ], [ "20", "42" ] ] ] }, { "name": "ancurl.plains", "index": "89", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1712" ], [ "1", "8" ] ] ] }, { "name": "ancurl.entry", "index": "90", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "ancurl.click", "index": "91", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "213", "1717" ], [ "67", "3" ] ] ] }, { "name": "ancurl.microsoft.com", "index": "92", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1703" ], [ "0", "17" ] ] ] }, { "name": "alt.visit.the", "index": "93", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1715" ], [ "0", "5" ] ] ] }, { "name": "alt.pages.like", "index": "94", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1708" ], [ "0", "12" ] ] ] }, { "name": "alt.bytes", "index": "95", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1713" ], [ "0", "7" ] ] ] }, { "name": "alt.club", "index": "96", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1712" ], [ "1", "8" ] ] ] }, { "name": "alt.take", "index": "97", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1714" ], [ "1", "6" ] ] ] }, { "name": "alt.graphic", "index": "98", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "caption.you", "index": "99", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "278", "1718" ], [ "2", "2" ] ] ] } ], "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 }