{ "data_id": "44650", "name": "Internet-Advertisements_seed_2_nrows_2000_nclasses_10_ncols_100_stratify_True", "exact_name": "Internet-Advertisements_seed_2_nrows_2000_nclasses_10_ncols_100_stratify_True", "version": 1, "version_label": "3f72d47d-9495-4db7-8639-0b4ffafa9bd2", "description": "Subsampling of the dataset Internet-Advertisements (40978) with\n\nseed=2\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:40:04", "update_comment": null, "last_update": "2022-11-17 18:40:04", "licence": "Public", "status": "active", "error_message": null, "url": "https:\/\/api.openml.org\/data\/download\/22111412\/dataset", "default_target_attribute": "class", "row_id_attribute": null, "ignore_attribute": null, "runs": 0, "suggest": { "input": [ "Internet-Advertisements_seed_2_nrows_2000_nclasses_10_ncols_100_stratify_True", "Subsampling of the dataset Internet-Advertisements (40978) with seed=2 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, "PercentageOfMissingValues": 0, "AutoCorrelation": 0.7638819409704852, "PercentageOfNumericFeatures": 0, "Dimensionality": 0.0505, "PercentageOfSymbolicFeatures": 100, "MajorityClassPercentage": 86, "MajorityClassSize": 1720, "MinorityClassPercentage": 14.000000000000002, "MinorityClassSize": 280, "NumberOfBinaryFeatures": 101, "PercentageOfBinaryFeatures": 100, "PercentageOfInstancesWithMissingValues": 0 }, "tags": [ { "uploader": "38960", "tag": "Machine Learning" }, { "uploader": "38960", "tag": "Mathematics" } ], "features": [ { "name": "class", "index": "100", "type": "nominal", "distinct": "2", "missing": "0", "target": "1", "distr": [ [ "ad", "noad" ], [ [ "280", "0" ], [ "0", "1720" ] ] ] }, { "name": "url.ads.switchboard.com", "index": "0", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "278", "1720" ], [ "2", "0" ] ] ] }, { "name": "url.keith.dumble", "index": "1", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1702" ], [ "0", "18" ] ] ] }, { "name": "url.ucsd.edu", "index": "2", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1711" ], [ "0", "9" ] ] ] }, { "name": "url.geoguideii.nh", "index": "3", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1709" ], [ "0", "11" ] ] ] }, { "name": "url.derived", "index": "4", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1702" ], [ "0", "18" ] ] ] }, { "name": "url.time", "index": "5", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "270", "1720" ], [ "10", "0" ] ] ] }, { "name": "url.pharmacy.gif", "index": "6", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1718" ], [ "0", "2" ] ] ] }, { "name": "url.forums", "index": "7", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1706" ], [ "0", "14" ] ] ] }, { "name": "url.images.go2net.com", "index": "8", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "270", "1720" ], [ "10", "0" ] ] ] }, { "name": "url.users.aol.com", "index": "9", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1714" ], [ "0", "6" ] ] ] }, { "name": "url.www.cqi.com", "index": "10", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1701" ], [ "0", "19" ] ] ] }, { "name": "url.claw1.gif", "index": "11", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1710" ], [ "0", "10" ] ] ] }, { "name": "url.ball", "index": "12", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1689" ], [ "0", "31" ] ] ] }, { "name": "url.htm.images", "index": "13", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1708" ], [ "0", "12" ] ] ] }, { "name": "url.buttons", "index": "14", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1697" ], [ "0", "23" ] ] ] }, { "name": "url.bull.gif", "index": "15", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1714" ], [ "0", "6" ] ] ] }, { "name": "url.www.copymat.com", "index": "16", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1713" ], [ "0", "7" ] ] ] }, { "name": "url.tkaine", "index": "17", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1667" ], [ "0", "53" ] ] ] }, { "name": "url.lovisa1", "index": "18", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1705" ], [ "0", "15" ] ] ] }, { "name": "url.uk", "index": "19", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "266", "1720" ], [ "14", "0" ] ] ] }, { "name": "url.nh", "index": "20", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1709" ], [ "0", "11" ] ] ] }, { "name": "url.kandinsky.t", "index": "21", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1710" ], [ "0", "10" ] ] ] }, { "name": "url.uk.gif", "index": "22", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "269", "1720" ], [ "11", "0" ] ] ] }, { "name": "url.web.ukonline.co.uk", "index": "23", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1702" ], [ "0", "18" ] ] ] }, { "name": "url.tour", "index": "24", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1710" ], [ "0", "10" ] ] ] }, { "name": "origurl.adamspharmacy.com", "index": "25", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1714" ], [ "0", "6" ] ] ] }, { "name": "origurl.web.ukonline.co.uk", "index": "26", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1702" ], [ "0", "18" ] ] ] }, { "name": "origurl.www.news.observer.com", "index": "27", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1714" ], [ "1", "6" ] ] ] }, { "name": "origurl.target", "index": "28", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "275", "1720" ], [ "5", "0" ] ] ] }, { "name": "origurl.index.htm", "index": "29", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "276", "1701" ], [ "4", "19" ] ] ] }, { "name": "origurl.www.monmouth.com", "index": "30", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1706" ], [ "0", "14" ] ] ] }, { "name": "origurl.www.cob.sjsu.edu", "index": "31", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1707" ], [ "0", "13" ] ] ] }, { "name": "origurl.kandin", "index": "32", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1715" ], [ "0", "5" ] ] ] }, { "name": "origurl.kushmerick", "index": "33", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "267", "1720" ], [ "13", "0" ] ] ] }, { "name": "origurl.sj", "index": "34", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1711" ], [ "0", "9" ] ] ] }, { "name": "origurl.links", "index": "35", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1709" ], [ "0", "11" ] ] ] }, { "name": "origurl.00.html", "index": "36", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "270", "1720" ], [ "10", "0" ] ] ] }, { "name": "origurl.leonora.html", "index": "37", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1710" ], [ "0", "10" ] ] ] }, { "name": "origurl.lofts", "index": "38", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1711" ], [ "1", "9" ] ] ] }, { "name": "origurl.5.hpe", "index": "39", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "275", "1720" ], [ "5", "0" ] ] ] }, { "name": "origurl.yosemite.4301", "index": "40", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "origurl.sjsu.edu", "index": "41", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1707" ], [ "0", "13" ] ] ] }, { "name": "origurl.inwap.com", "index": "42", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1714" ], [ "0", "6" ] ] ] }, { "name": "origurl.lycos.co.uk", "index": "43", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "273", "1720" ], [ "7", "0" ] ] ] }, { "name": "origurl.ran", "index": "44", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1709" ], [ "0", "11" ] ] ] }, { "name": "origurl.internauts.ca", "index": "45", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1708" ], [ "0", "12" ] ] ] }, { "name": "origurl.coltrane.htm", "index": "46", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1711" ], [ "1", "9" ] ] ] }, { "name": "origurl.www.psnw.com", "index": "47", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1716" ], [ "0", "4" ] ] ] }, { "name": "origurl.tkaine.mogwhi", "index": "48", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1710" ], [ "0", "10" ] ] ] }, { "name": "origurl.2647.chopin", "index": "49", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1709" ], [ "1", "11" ] ] ] }, { "name": "origurl.polypkem", "index": "50", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1713" ], [ "0", "7" ] ] ] }, { "name": "origurl.soho", "index": "51", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1708" ], [ "1", "12" ] ] ] }, { "name": "origurl.dreamn.com", "index": "52", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1715" ], [ "0", "5" ] ] ] }, { "name": "origurl.alley.6750", "index": "53", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1696" ], [ "0", "24" ] ] ] }, { "name": "origurl.charlie.html", "index": "54", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1713" ], [ "0", "7" ] ] ] }, { "name": "origurl.simstory", "index": "55", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1713" ], [ "1", "7" ] ] ] }, { "name": "origurl.hpe.10", "index": "56", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "275", "1720" ], [ "5", "0" ] ] ] }, { "name": "origurl.3727.turbo", "index": "57", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1711" ], [ "1", "9" ] ] ] }, { "name": "origurl.messier.html", "index": "58", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1716" ], [ "0", "4" ] ] ] }, { "name": "origurl.mandypaul.main", "index": "59", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1703" ], [ "0", "17" ] ] ] }, { "name": "origurl.square.chapel", "index": "60", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1714" ], [ "1", "6" ] ] ] }, { "name": "origurl.txt", "index": "61", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "276", "1720" ], [ "4", "0" ] ] ] }, { "name": "origurl.fbox.vt.edu", "index": "62", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1713" ], [ "0", "7" ] ] ] }, { "name": "ancurl.express.scripts.com", "index": "63", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1711" ], [ "0", "9" ] ] ] }, { "name": "ancurl.www.internauts.ca", "index": "64", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1715" ], [ "0", "5" ] ] ] }, { "name": "ancurl.ran.org", "index": "65", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1709" ], [ "0", "11" ] ] ] }, { "name": "ancurl.sendform", "index": "66", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1709" ], [ "0", "11" ] ] ] }, { "name": "ancurl.msn", "index": "67", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "270", "1720" ], [ "10", "0" ] ] ] }, { "name": "ancurl.monmouth.com", "index": "68", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1706" ], [ "0", "14" ] ] ] }, { "name": "ancurl.www.ibitexas.com", "index": "69", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1704" ], [ "0", "16" ] ] ] }, { "name": "ancurl.clickid", "index": "70", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "264", "1720" ], [ "16", "0" ] ] ] }, { "name": "ancurl.home.netscape.com", "index": "71", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "276", "1709" ], [ "4", "11" ] ] ] }, { "name": "ancurl.redirect.dll", "index": "72", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "271", "1720" ], [ "9", "0" ] ] ] }, { "name": "ancurl.www.mei.co.jp", "index": "73", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1714" ], [ "0", "6" ] ] ] }, { "name": "ancurl.comprod", "index": "74", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "ancurl.kat001", "index": "75", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1714" ], [ "0", "6" ] ] ] }, { "name": "ancurl.page", "index": "76", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "277", "1712" ], [ "3", "8" ] ] ] }, { "name": "ancurl.lspace.org", "index": "77", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1715" ], [ "0", "5" ] ] ] }, { "name": "ancurl.about", "index": "78", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1713" ], [ "0", "7" ] ] ] }, { "name": "ancurl.526.redirect", "index": "79", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "274", "1720" ], [ "6", "0" ] ] ] }, { "name": "ancurl.lg.gif", "index": "80", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "271", "1720" ], [ "9", "0" ] ] ] }, { "name": "ancurl.www.wco.com", "index": "81", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1706" ], [ "0", "14" ] ] ] }, { "name": "ancurl.valley.2647", "index": "82", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "277", "1706" ], [ "3", "14" ] ] ] }, { "name": "ancurl.any", "index": "83", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "268", "1720" ], [ "12", "0" ] ] ] }, { "name": "ancurl.pointe", "index": "84", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1687" ], [ "1", "33" ] ] ] }, { "name": "ancurl.yahoo.co.uk", "index": "85", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "270", "1718" ], [ "10", "2" ] ] ] }, { "name": "ancurl.sj", "index": "86", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1711" ], [ "0", "9" ] ] ] }, { "name": "ancurl.mc", "index": "87", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "271", "1720" ], [ "9", "0" ] ] ] }, { "name": "ancurl.www.2meta.com", "index": "88", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1705" ], [ "0", "15" ] ] ] }, { "name": "ancurl.ring.claw", "index": "89", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1711" ], [ "0", "9" ] ] ] }, { "name": "ancurl.2f", "index": "90", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "234", "1719" ], [ "46", "1" ] ] ] }, { "name": "ancurl.dll.type", "index": "91", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "278", "1720" ], [ "2", "0" ] ] ] }, { "name": "ancurl.web.ukonline.co.uk", "index": "92", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1701" ], [ "0", "19" ] ] ] }, { "name": "alt.take.a", "index": "93", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "alt.now", "index": "94", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "272", "1710" ], [ "8", "10" ] ] ] }, { "name": "alt.send.this", "index": "95", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1709" ], [ "0", "11" ] ] ] }, { "name": "alt.links", "index": "96", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "alt.email.me", "index": "97", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1708" ], [ "0", "12" ] ] ] }, { "name": "alt.logo", "index": "98", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1711" ], [ "1", "9" ] ] ] }, { "name": "caption.my", "index": "99", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1713" ], [ "0", "7" ] ] ] } ], "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 }