用法:
predict(domains, probability=False, truncate=100)
此函數接受 cudf 係列域作為參數,將域名分類為良性/惡意,並以 cudf 係列的形式返回每個對象的學習標簽。
- domains:(
cudf.Series
) - 域列表。 - truncate:(
int
) - 將字符串截斷為 n 個字符。
- domains:(
關於給定域的預測結果。
cudf.Series
參數:
返回:
返回類型:
>>> dd.predict(['nvidia.com', 'dgadomain']) 0 0.010 1 0.924 Name: dga_probability, dtype: decimal
相關用法
- Python clx.analytics.dga_detector.DGADetector.evaluate_model用法及代碼示例
- Python clx.analytics.dga_detector.DGADetector.train_model用法及代碼示例
- Python clx.analytics.anomaly_detection.dbscan用法及代碼示例
- Python clx.analytics.asset_classification.AssetClassification.predict用法及代碼示例
- Python clx.analytics.loda.Loda.score用法及代碼示例
- Python clx.analytics.asset_classification.AssetClassification.save_model用法及代碼示例
- Python clx.analytics.asset_classification.AssetClassification.load_model用法及代碼示例
- Python clx.analytics.loda.Loda.explain用法及代碼示例
- Python clx.analytics.loda.Loda.fit用法及代碼示例
- Python clx.analytics.stats.rzscore用法及代碼示例
- Python clx.analytics.asset_classification.AssetClassification.train_model用法及代碼示例
- Python clx.ip.is_ip用法及代碼示例
- Python clx.ip.hostmask用法及代碼示例
- Python clx.osi.virus_total.VirusTotalClient.file_rescan用法及代碼示例
- Python clx.osi.virus_total.VirusTotalClient.url_report用法及代碼示例
- Python clx.ip.is_global用法及代碼示例
- Python clx.osi.virus_total.VirusTotalClient.ipaddress_report用法及代碼示例
- Python clx.ip.ip_to_int用法及代碼示例
- Python clx.osi.virus_total.VirusTotalClient.file_scan用法及代碼示例
- Python clx.osi.virus_total.VirusTotalClient.scan_big_file用法及代碼示例
注:本文由純淨天空篩選整理自rapids.ai大神的英文原創作品 clx.analytics.dga_detector.DGADetector.predict。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。