用法:
load_model(fname)
加载保存的模型。
fname:(
str
) - 模型的目录路径
参数:
例子:
>>> from clx.analytics.asset_classification import AssetClassification >>> ac = AssetClassification() >>> ac.load_model("ac.mdl")
相关用法
- Python clx.analytics.asset_classification.AssetClassification.predict用法及代码示例
- Python clx.analytics.asset_classification.AssetClassification.save_model用法及代码示例
- Python clx.analytics.asset_classification.AssetClassification.train_model用法及代码示例
- Python clx.analytics.anomaly_detection.dbscan用法及代码示例
- Python clx.analytics.loda.Loda.score用法及代码示例
- Python clx.analytics.dga_detector.DGADetector.evaluate_model用法及代码示例
- Python clx.analytics.dga_detector.DGADetector.predict用法及代码示例
- Python clx.analytics.dga_detector.DGADetector.train_model用法及代码示例
- Python clx.analytics.loda.Loda.explain用法及代码示例
- Python clx.analytics.loda.Loda.fit用法及代码示例
- Python clx.analytics.stats.rzscore用法及代码示例
- 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.asset_classification.AssetClassification.load_model。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。