danielladiaz commited on
Commit
a219960
·
verified ·
1 Parent(s): ec3de02

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -65,6 +65,26 @@ C:\PrismRCL\PrismRCL.exe naivebayes rclticks=10 directional ^
65
  - **log:** Directory for storing log files.
66
  - **stopwhendone:** Automatically terminates the session after training completion.
67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  ### License
69
 
70
  This dataset is licensed under the MIT License.
 
65
  - **log:** Directory for storing log files.
66
  - **stopwhendone:** Automatically terminates the session after training completion.
67
 
68
+ ### Auto Optimize
69
+
70
+ PrismRCL includes an **Auto Optimize** feature designed to automatically identify optimal training parameters for your specific dataset, significantly streamlining the model training process. This feature removes the need for manual parameter tuning by systematically evaluating your data to determine the most effective settings for evaluation method, `rclticks`, `boxdown`, and other relevant parameters.
71
+
72
+ **How to Use Auto Optimize:**
73
+
74
+ Run the following command with your dataset:
75
+
76
+ ```cmd
77
+ C:\PrismRCL\PrismRCL.exe auto-optimize data=C:\path\to\your_dataset\train log=C:\path\to\log_files
78
+ ```
79
+
80
+ **Explanation:**
81
+
82
+ - **auto-optimize:** Initiates PrismRCL’s parameter optimization process.
83
+ - **data:** Path to your training dataset.
84
+ - **log:** Specifies the directory where PrismRCL will save a detailed summary file with optimal parameters determined by the optimization process.
85
+
86
+ After execution, PrismRCL generates an optimization summary file in your specified log directory (`_optimize_summary_mm_dd_yy_hh_mm_ss.txt`). This file will list the optimal parameters, which you should then apply in your training commands to achieve optimal model performance.
87
+
88
  ### License
89
 
90
  This dataset is licensed under the MIT License.