Change file structure
This commit is contained in:
30
Library/config.xml
Normal file
30
Library/config.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user