Skip to content
Snippets Groups Projects
Commit 93c6cb18 authored by dmt's avatar dmt
Browse files

Move default settings.ini file into local .cml folder.

parent d8682eae
No related branches found
No related tags found
No related merge requests found
[GENERAL]
input_file = ""
learn_directory = ""
max_learn_directory = ""
use_existing_models = no
[PREPROCESSING]
set_features = 1, 2
set_targets = ""
set_time_stamp = yes
cut_time_stamp = no
......@@ -33,4 +33,5 @@ setup(
name="cml",
version="0.1dev",
packages=["cml", ],
data_files=[(CML_CONFIG_FOLDER, ["cml/static/settings.ini"])]
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment