文件名称:472-team:472份作业
文件大小:10KB
文件格式:ZIP
更新时间:2024-04-20 06:13:20
Python
自述文件 如何运行脚本 使用pip install -r requirements.txt安装必备组件 要使用默认参数执行运行,请执行 python main . py - - filename < path> 默认参数是: DEFAULT_BAYES_ALPHA = 0.9 DEFAULT_RANDOM_DECISION_TREE_CRITERION = 'entropy' DEFAULT_SPLIT_RATIO = 0.8 对于更可配置的方法,请执行: python main . py - - help 哪个应该给您以下结果: Experiments with Machine Learning optional arguments: -h, --help show this help message an
【文件预览】:
472-team-master
----.gitignore(7B)
----requirements.txt(90B)
----phrase_analyzer.py(2KB)
----plot_graphs.py(1KB)
----COMP472_Assignment2()
--------puzzle_getter.py(810B)
--------main.py(11KB)
--------puzzles.txt(359B)
----constants.py(169B)
----README.md(1KB)
----plot_tree.py(1KB)
----data_cleaner.py(1KB)
----main.py(4KB)