30 lines
964 B
XML
30 lines
964 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<config>
|
|
|
|
<variable category="influx">
|
|
<organisation>enter influx organisation name</organisation>
|
|
<url>enter influx url</url>
|
|
<bucket>enter influx bucket name</bucket>
|
|
<measurement>enter influx measurement name</measurement>
|
|
<influxtoken>enter a influx-read token for specific bucket</influxtoken>
|
|
<weatherapitoken>enter a weatherapitoken for weatherapi.com </weatherapitoken>
|
|
<place>enter place where weatherapi should predict</place>
|
|
<interval>5M</interval>
|
|
<time>10d</time>
|
|
</variable>
|
|
|
|
<!-- Enter features here as a array, separated with space -->
|
|
<!-- E. g. <f>feautre1 feautre2 feature3</f> -->
|
|
<variable category="feature">
|
|
<f>P_AT_5M_0 </f>
|
|
</variable>
|
|
|
|
|
|
<!-- Enter target variable here as a array, separated with space -->
|
|
<!-- Attention! Currently just one target varibale is supported! -->
|
|
<variable category="pred">
|
|
<p1>W_AT_5M_0</p1>
|
|
</variable>
|
|
|
|
|
|
</config> |