<spanid="pyfts-hyperparam-util-module"></span><h2>pyFTS.hyperparam.Util module<aclass="headerlink"href="#module-pyFTS.hyperparam.Util"title="Permalink to this headline">¶</a></h2>
<p>Common facilities for hyperparameter tunning</p>
<codeclass="descclassname">pyFTS.hyperparam.Util.</code><codeclass="descname">create_hyperparam_tables</code><spanclass="sig-paren">(</span><em>conn</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/hyperparam/Util.html#create_hyperparam_tables"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.hyperparam.Util.create_hyperparam_tables"title="Permalink to this definition">¶</a></dt>
<dd><p>Create a sqlite3 table designed to store benchmark results.</p>
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><strong>conn</strong>– a sqlite3 database connection</td>
</tr>
</tbody>
</table>
</dd></dl>
<dlclass="function">
<dtid="pyFTS.hyperparam.Util.insert_hyperparam">
<codeclass="descclassname">pyFTS.hyperparam.Util.</code><codeclass="descname">insert_hyperparam</code><spanclass="sig-paren">(</span><em>data</em>, <em>conn</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/hyperparam/Util.html#insert_hyperparam"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.hyperparam.Util.insert_hyperparam"title="Permalink to this definition">¶</a></dt>
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><strong>data</strong>– a tuple with the benchmark data with format:</td>
</tr>
</tbody>
</table>
<p>Dataset: Identify on which dataset the dataset was performed
Tag: a user defined word that indentify a benchmark set
Model: FTS model
Transformation: The name of data transformation, if one was used
<codeclass="descclassname">pyFTS.hyperparam.Util.</code><codeclass="descname">open_hyperparam_db</code><spanclass="sig-paren">(</span><em>name</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/hyperparam/Util.html#open_hyperparam_db"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.hyperparam.Util.open_hyperparam_db"title="Permalink to this definition">¶</a></dt>
<dd><p>Open a connection with a Sqlite database designed to store benchmark results.</p>
<spanid="pyfts-hyperparam-gridsearch-module"></span><h2>pyFTS.hyperparam.GridSearch module<aclass="headerlink"href="#module-pyFTS.hyperparam.GridSearch"title="Permalink to this headline">¶</a></h2>
<codeclass="descclassname">pyFTS.hyperparam.GridSearch.</code><codeclass="descname">cluster_method</code><spanclass="sig-paren">(</span><em>individual</em>, <em>train</em>, <em>test</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/hyperparam/GridSearch.html#cluster_method"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.hyperparam.GridSearch.cluster_method"title="Permalink to this definition">¶</a></dt>
<codeclass="descclassname">pyFTS.hyperparam.GridSearch.</code><codeclass="descname">dict_individual</code><spanclass="sig-paren">(</span><em>mf</em>, <em>partitioner</em>, <em>partitions</em>, <em>order</em>, <em>lags</em>, <em>alpha_cut</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/hyperparam/GridSearch.html#dict_individual"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.hyperparam.GridSearch.dict_individual"title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dlclass="function">
<dtid="pyFTS.hyperparam.GridSearch.execute">
<codeclass="descclassname">pyFTS.hyperparam.GridSearch.</code><codeclass="descname">execute</code><spanclass="sig-paren">(</span><em>hyperparams</em>, <em>datasetname</em>, <em>train</em>, <em>test</em>, <em>**kwargs</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/hyperparam/GridSearch.html#execute"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.hyperparam.GridSearch.execute"title="Permalink to this definition">¶</a></dt>
<codeclass="descclassname">pyFTS.hyperparam.GridSearch.</code><codeclass="descname">process_jobs</code><spanclass="sig-paren">(</span><em>jobs</em>, <em>datasetname</em>, <em>conn</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/hyperparam/GridSearch.html#process_jobs"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.hyperparam.GridSearch.process_jobs"title="Permalink to this definition">¶</a></dt>