{ "data_id": "44651", "name": "Internet-Advertisements_seed_3_nrows_2000_nclasses_10_ncols_100_stratify_True", "exact_name": "Internet-Advertisements_seed_3_nrows_2000_nclasses_10_ncols_100_stratify_True", "version": 1, "version_label": "b003a6fc-ac53-48b9-857f-f1c1c3a90670", "description": "Subsampling of the dataset Internet-Advertisements (40978) 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:40:10", "update_comment": null, "last_update": "2022-11-17 18:40:10", "licence": "Public", "status": "active", "error_message": null, "url": "https:\/\/api.openml.org\/data\/download\/22111413\/dataset", "default_target_attribute": "class", "row_id_attribute": null, "ignore_attribute": null, "runs": 0, "suggest": { "input": [ "Internet-Advertisements_seed_3_nrows_2000_nclasses_10_ncols_100_stratify_True", "Subsampling of the dataset Internet-Advertisements (40978) 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_classe " ], "weight": 5 }, "qualities": { "NumberOfInstances": 2000, "NumberOfFeatures": 101, "NumberOfClasses": 2, "NumberOfMissingValues": 0, "NumberOfInstancesWithMissingValues": 0, "NumberOfNumericFeatures": 1, "NumberOfSymbolicFeatures": 100, "MajorityClassSize": 1720, "MinorityClassPercentage": 14.000000000000002, "MinorityClassSize": 280, "NumberOfBinaryFeatures": 100, "PercentageOfBinaryFeatures": 99.00990099009901, "PercentageOfInstancesWithMissingValues": 0, "AutoCorrelation": 0.7573786893446723, "PercentageOfMissingValues": 0, "Dimensionality": 0.0505, "PercentageOfNumericFeatures": 0.9900990099009901, "MajorityClassPercentage": 86, "PercentageOfSymbolicFeatures": 99.00990099009901 }, "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": "aratio", "index": "0", "type": "numeric", "distinct": "553", "missing": "0", "min": "0", "max": "60", "mean": "3", "stdev": "5" }, { "name": "url.hydrogeologist", "index": "1", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1714" ], [ "0", "6" ] ] ] }, { "name": "url.www.FlowSoft.com", "index": "2", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1713" ], [ "0", "7" ] ] ] }, { "name": "url.csuhayward.edu", "index": "3", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1715" ], [ "0", "5" ] ] ] }, { "name": "url.romancebooks.pix", "index": "4", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "url.images.geoguideii", "index": "5", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1600" ], [ "0", "120" ] ] ] }, { "name": "url.library.pitcairn", "index": "6", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1714" ], [ "0", "6" ] ] ] }, { "name": "url.pawbutton.gif", "index": "7", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1716" ], [ "0", "4" ] ] ] }, { "name": "url.geoguideii.pages", "index": "8", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1706" ], [ "0", "14" ] ] ] }, { "name": "url.users.aol.com", "index": "9", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1714" ], [ "0", "6" ] ] ] }, { "name": "url.www.martnet.com", "index": "10", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1709" ], [ "1", "11" ] ] ] }, { "name": "url.polypkem", "index": "11", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1713" ], [ "0", "7" ] ] ] }, { "name": "url.gifs", "index": "12", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1688" ], [ "1", "32" ] ] ] }, { "name": "url.geoguideii.send", "index": "13", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1709" ], [ "0", "11" ] ] ] }, { "name": "url.rank", "index": "14", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1707" ], [ "0", "13" ] ] ] }, { "name": "url.aol.com", "index": "15", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1665" ], [ "1", "55" ] ] ] }, { "name": "url.go2net.ads", "index": "16", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "271", "1720" ], [ "9", "0" ] ] ] }, { "name": "url.www.mcs.csuhayward.edu", "index": "17", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1715" ], [ "0", "5" ] ] ] }, { "name": "url.tkaine", "index": "18", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1664" ], [ "0", "56" ] ] ] }, { "name": "url.image", "index": "19", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "259", "1704" ], [ "21", "16" ] ] ] }, { "name": "url.heartland.valley", "index": "20", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1690" ], [ "1", "30" ] ] ] }, { "name": "url.button", "index": "21", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "274", "1711" ], [ "6", "9" ] ] ] }, { "name": "url.link", "index": "22", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1710" ], [ "1", "10" ] ] ] }, { "name": "url.nh", "index": "23", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1709" ], [ "0", "11" ] ] ] }, { "name": "url.bishop.red", "index": "24", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1703" ], [ "0", "17" ] ] ] }, { "name": "url.alley.6750", "index": "25", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1709" ], [ "0", "11" ] ] ] }, { "name": "url.gort.ucsd.edu", "index": "26", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1714" ], [ "0", "6" ] ] ] }, { "name": "url.inwap.com", "index": "27", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1713" ], [ "0", "7" ] ] ] }, { "name": "url.www.cob.sjsu.edu", "index": "28", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1707" ], [ "0", "13" ] ] ] }, { "name": "url.small", "index": "29", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1711" ], [ "0", "9" ] ] ] }, { "name": "origurl.target..ion", "index": "30", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "275", "1720" ], [ "5", "0" ] ] ] }, { "name": "origurl.0.rpp", "index": "31", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "273", "1720" ], [ "7", "0" ] ] ] }, { "name": "origurl.users.aol.com", "index": "32", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1714" ], [ "0", "6" ] ] ] }, { "name": "origurl.lemoyne.edu", "index": "33", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "origurl.www.monmouth.com", "index": "34", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1704" ], [ "0", "16" ] ] ] }, { "name": "origurl.carousel.org", "index": "35", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1699" ], [ "0", "21" ] ] ] }, { "name": "origurl.labyrinth.9439", "index": "36", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1708" ], [ "0", "12" ] ] ] }, { "name": "origurl.www.icsi.com", "index": "37", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "origurl.victoria.pharmacy", "index": "38", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1713" ], [ "0", "7" ] ] ] }, { "name": "origurl.www.toyotaofroswell.com", "index": "39", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1709" ], [ "0", "11" ] ] ] }, { "name": "origurl.messier", "index": "40", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1714" ], [ "0", "6" ] ] ] }, { "name": "origurl.heartland.5309", "index": "41", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1713" ], [ "0", "7" ] ] ] }, { "name": "origurl.home.netscape.com", "index": "42", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "277", "1720" ], [ "3", "0" ] ] ] }, { "name": "origurl.ics", "index": "43", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "origurl.4010.index", "index": "44", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1714" ], [ "1", "6" ] ] ] }, { "name": "origurl.inwap.com", "index": "45", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1713" ], [ "0", "7" ] ] ] }, { "name": "origurl.www.mei.co.jp", "index": "46", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1713" ], [ "0", "7" ] ] ] }, { "name": "origurl.kerouac.htm", "index": "47", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1707" ], [ "0", "13" ] ] ] }, { "name": "origurl.heartland.meadows", "index": "48", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1704" ], [ "0", "16" ] ] ] }, { "name": "origurl.lovisa1", "index": "49", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1701" ], [ "0", "19" ] ] ] }, { "name": "origurl.athens", "index": "50", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1691" ], [ "0", "29" ] ] ] }, { "name": "origurl.123greetings.com", "index": "51", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1712" ], [ "1", "8" ] ] ] }, { "name": "origurl.pad.htm", "index": "52", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1700" ], [ "1", "20" ] ] ] }, { "name": "origurl.zueri.ch", "index": "53", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1714" ], [ "0", "6" ] ] ] }, { "name": "origurl.www.MeissnerChevrolet.autotown.com", "index": "54", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1713" ], [ "0", "7" ] ] ] }, { "name": "origurl.fr.bordeaux", "index": "55", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1716" ], [ "0", "4" ] ] ] }, { "name": "origurl.paws.pad", "index": "56", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1700" ], [ "1", "20" ] ] ] }, { "name": "origurl.pad", "index": "57", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1700" ], [ "1", "20" ] ] ] }, { "name": "ancurl.clawring.htm", "index": "58", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1710" ], [ "0", "10" ] ] ] }, { "name": "ancurl.redirect", "index": "59", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "210", "1716" ], [ "70", "4" ] ] ] }, { "name": "ancurl.cnet", "index": "60", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "265", "1720" ], [ "15", "0" ] ] ] }, { "name": "ancurl.pics", "index": "61", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1708" ], [ "0", "12" ] ] ] }, { "name": "ancurl.www.FlowSoft.com", "index": "62", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1713" ], [ "0", "7" ] ] ] }, { "name": "ancurl.www.monmouth.com", "index": "63", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1704" ], [ "0", "16" ] ] ] }, { "name": "ancurl.heartland.pointe", "index": "64", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1688" ], [ "0", "32" ] ] ] }, { "name": "ancurl.redir", "index": "65", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "276", "1720" ], [ "4", "0" ] ] ] }, { "name": "ancurl.pacific.net.sg", "index": "66", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "274", "1703" ], [ "6", "17" ] ] ] }, { "name": "ancurl.adclick", "index": "67", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "254", "1720" ], [ "26", "0" ] ] ] }, { "name": "ancurl.any.time", "index": "68", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1720" ], [ "1", "0" ] ] ] }, { "name": "ancurl.doubleclick.net", "index": "69", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "270", "1720" ], [ "10", "0" ] ] ] }, { "name": "ancurl.ukie", "index": "70", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "271", "1720" ], [ "9", "0" ] ] ] }, { "name": "ancurl.time", "index": "71", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "278", "1720" ], [ "2", "0" ] ] ] }, { "name": "ancurl.image.http", "index": "72", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "270", "1720" ], [ "10", "0" ] ] ] }, { "name": "ancurl.name", "index": "73", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "278", "1711" ], [ "2", "9" ] ] ] }, { "name": "ancurl.sjsu.edu", "index": "74", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1709" ], [ "0", "11" ] ] ] }, { "name": "ancurl.geoguide.tour", "index": "75", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1715" ], [ "0", "5" ] ] ] }, { "name": "ancurl.romancebooks", "index": "76", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1713" ], [ "0", "7" ] ] ] }, { "name": "ancurl.links", "index": "77", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1704" ], [ "0", "16" ] ] ] }, { "name": "ancurl.athens.forum", "index": "78", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1711" ], [ "0", "9" ] ] ] }, { "name": "ancurl.autotown.com", "index": "79", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1713" ], [ "0", "7" ] ] ] }, { "name": "ancurl.esi", "index": "80", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1712" ], [ "0", "8" ] ] ] }, { "name": "ancurl.cats", "index": "81", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1697" ], [ "0", "23" ] ] ] }, { "name": "ancurl.gallery", "index": "82", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1714" ], [ "0", "6" ] ] ] }, { "name": "ancurl.bin", "index": "83", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "186", "1572" ], [ "94", "148" ] ] ] }, { "name": "ancurl.corridor", "index": "84", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1711" ], [ "0", "9" ] ] ] }, { "name": "ancurl.pacificrim.net", "index": "85", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1683" ], [ "0", "37" ] ] ] }, { "name": "ancurl.www.news.observer.com", "index": "86", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1710" ], [ "0", "10" ] ] ] }, { "name": "ancurl.members.aol.com", "index": "87", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1697" ], [ "1", "23" ] ] ] }, { "name": "ancurl.ng", "index": "88", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "218", "1719" ], [ "62", "1" ] ] ] }, { "name": "ancurl.rnd", "index": "89", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1716" ], [ "0", "4" ] ] ] }, { "name": "ancurl.com.home", "index": "90", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1714" ], [ "0", "6" ] ] ] }, { "name": "ancurl.plx", "index": "91", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "270", "1720" ], [ "10", "0" ] ] ] }, { "name": "ancurl.www.thejeep.com", "index": "92", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "275", "1716" ], [ "5", "4" ] ] ] }, { "name": "ancurl.www.sanjosesabercats.com", "index": "93", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1713" ], [ "0", "7" ] ] ] }, { "name": "ancurl.services", "index": "94", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1713" ], [ "0", "7" ] ] ] }, { "name": "ancurl.profileid", "index": "95", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "230", "1719" ], [ "50", "1" ] ] ] }, { "name": "alt.to", "index": "96", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "259", "1695" ], [ "21", "25" ] ] ] }, { "name": "alt.by", "index": "97", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "279", "1708" ], [ "1", "12" ] ] ] }, { "name": "alt.rank.my", "index": "98", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "280", "1707" ], [ "0", "13" ] ] ] }, { "name": "alt.from", "index": "99", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "274", "1717" ], [ "6", "3" ] ] ] } ], "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 }