DEVELOPMENT... { "data_id": "44675", "name": "PhishingWebsites_seed_2_nrows_2000_nclasses_10_ncols_100_stratify_True", "exact_name": "PhishingWebsites_seed_2_nrows_2000_nclasses_10_ncols_100_stratify_True", "version": 1, "version_label": "ad65c043-d5fe-47b1-bcab-11f306466591", "description": "Subsampling of the dataset PhishingWebsites (4534) 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": "David Wilson", "uploader_id": 32840, "visibility": "public", "creator": "\"Eddie Bergman\"", "contributor": null, "date": "2022-11-17 18:42:03", "update_comment": null, "last_update": "2022-11-17 18:42:03", "licence": "Public", "status": "active", "error_message": null, "url": "https:\/\/api.openml.org\/data\/download\/22111437\/dataset", "default_target_attribute": "Result", "row_id_attribute": null, "ignore_attribute": null, "runs": 0, "suggest": { "input": [ "PhishingWebsites_seed_2_nrows_2000_nclasses_10_ncols_100_stratify_True", "Subsampling of the dataset PhishingWebsites (4534) 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_classes = rng. " ], "weight": 5 }, "qualities": { "NumberOfInstances": 2000, "NumberOfFeatures": 31, "NumberOfClasses": 2, "NumberOfMissingValues": 0, "NumberOfInstancesWithMissingValues": 0, "NumberOfNumericFeatures": 0, "NumberOfSymbolicFeatures": 31, "PercentageOfSymbolicFeatures": 100, "AutoCorrelation": 0.49024512256128067, "PercentageOfNumericFeatures": 0, "PercentageOfMissingValues": 0, "PercentageOfInstancesWithMissingValues": 0, "PercentageOfBinaryFeatures": 74.19354838709677, "NumberOfBinaryFeatures": 23, "MinorityClassSize": 886, "MinorityClassPercentage": 44.3, "MajorityClassSize": 1114, "MajorityClassPercentage": 55.7, "Dimensionality": 0.0155 }, "tags": [], "features": [ { "name": "Result", "index": "30", "type": "nominal", "distinct": "2", "missing": "0", "target": "1", "distr": [ [ "-1", "1" ], [ [ "886", "0" ], [ "0", "1114" ] ] ] }, { "name": "SFH", "index": "15", "type": "nominal", "distinct": "3", "missing": "0", "distr": [ [ "-1", "1", "0" ], [ [ "764", "793" ], [ "78", "247" ], [ "44", "74" ] ] ] }, { "name": "Statistical_report", "index": "29", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "-1", "1" ], [ [ "146", "130" ], [ "740", "984" ] ] ] }, { "name": "Links_pointing_to_page", "index": "28", "type": "nominal", "distinct": "3", "missing": "0", "distr": [ [ "1", "0", "-1" ], [ [ "330", "485" ], [ "523", "566" ], [ "33", "63" ] ] ] }, { "name": "Google_Index", "index": "27", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "1", "-1" ], [ [ "727", "1000" ], [ "159", "114" ] ] ] }, { "name": "Page_Rank", "index": "26", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "-1", "1" ], [ [ "701", "777" ], [ "185", "337" ] ] ] }, { "name": "web_traffic", "index": "25", "type": "nominal", "distinct": "3", "missing": "0", "distr": [ [ "-1", "0", "1" ], [ [ "291", "186" ], [ "321", "156" ], [ "274", "772" ] ] ] }, { "name": "DNSRecord", "index": "24", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "-1", "1" ], [ [ "312", "309" ], [ "574", "805" ] ] ] }, { "name": "age_of_domain", "index": "23", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "-1", "1" ], [ [ "482", "464" ], [ "404", "650" ] ] ] }, { "name": "Iframe", "index": "22", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "1", "-1" ], [ [ "803", "1006" ], [ "83", "108" ] ] ] }, { "name": "popUpWidnow", "index": "21", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "1", "-1" ], [ [ "706", "891" ], [ "180", "223" ] ] ] }, { "name": "RightClick", "index": "20", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "1", "-1" ], [ [ "849", "1071" ], [ "37", "43" ] ] ] }, { "name": "on_mouseover", "index": "19", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "1", "-1" ], [ [ "766", "999" ], [ "120", "115" ] ] ] }, { "name": "Redirect", "index": "18", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "0", "1" ], [ [ "779", "990" ], [ "107", "124" ] ] ] }, { "name": "Abnormal_URL", "index": "17", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "-1", "1" ], [ [ "114", "179" ], [ "772", "935" ] ] ] }, { "name": "Submitting_to_email", "index": "16", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "-1", "1" ], [ [ "171", "201" ], [ "715", "913" ] ] ] }, { "name": "having_IP_Address", "index": "0", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "-1", "1" ], [ [ "355", "334" ], [ "531", "780" ] ] ] }, { "name": "Links_in_tags", "index": "14", "type": "nominal", "distinct": "3", "missing": "0", "distr": [ [ "1", "-1", "0" ], [ [ "140", "352" ], [ "435", "286" ], [ "311", "476" ] ] ] }, { "name": "URL_of_Anchor", "index": "13", "type": "nominal", "distinct": "3", "missing": "0", "distr": [ [ "-1", "0", "1" ], [ [ "595", "9" ], [ "266", "666" ], [ "25", "439" ] ] ] }, { "name": "Request_URL", "index": "12", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "1", "-1" ], [ [ "398", "783" ], [ "488", "331" ] ] ] }, { "name": "HTTPS_token", "index": "11", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "-1", "1" ], [ [ "132", "192" ], [ "754", "922" ] ] ] }, { "name": "port", "index": "10", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "1", "-1" ], [ [ "752", "975" ], [ "134", "139" ] ] ] }, { "name": "Favicon", "index": "9", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "1", "-1" ], [ [ "710", "898" ], [ "176", "216" ] ] ] }, { "name": "Domain_registeration_length", "index": "8", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "-1", "1" ], [ [ "463", "829" ], [ "423", "285" ] ] ] }, { "name": "SSLfinal_State", "index": "7", "type": "nominal", "distinct": "3", "missing": "0", "distr": [ [ "-1", "1", "0" ], [ [ "550", "97" ], [ "138", "1013" ], [ "198", "4" ] ] ] }, { "name": "having_Sub_Domain", "index": "6", "type": "nominal", "distinct": "3", "missing": "0", "distr": [ [ "-1", "0", "1" ], [ [ "309", "270" ], [ "428", "248" ], [ "149", "596" ] ] ] }, { "name": "Prefix_Suffix", "index": "5", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "-1", "1" ], [ [ "886", "845" ], [ "0", "269" ] ] ] }, { "name": "double_slash_redirecting", "index": "4", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "-1", "1" ], [ [ "96", "154" ], [ "790", "960" ] ] ] }, { "name": "having_At_Symbol", "index": "3", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "1", "-1" ], [ [ "719", "978" ], [ "167", "136" ] ] ] }, { "name": "Shortining_Service", "index": "2", "type": "nominal", "distinct": "2", "missing": "0", "distr": [ [ "1", "-1" ], [ [ "793", "958" ], [ "93", "156" ] ] ] }, { "name": "URL_Length", "index": "1", "type": "nominal", "distinct": "3", "missing": "0", "distr": [ [ "1", "0", "-1" ], [ [ "142", "208" ], [ "16", "7" ], [ "728", "899" ] ] ] } ], "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 }