<td colspan="3"><span metal:use-macro="container/Zuite_viewTestMacroLibrary/macros/wait_for_activities"> Wait for activities </span></td>
</tr>
<tr class="" style="opacity: 1;">
<td colspan="3"><span metal:use-macro="container/Zuite_viewTestMacroLibrary/macros/login_as_functional_test_user">Login As Functional Test User</span></td>
</tr>
</tbody>
</table>
</test>-->
<h1>Agenda</h1>
<ul>
<li>Create Data Operation</li>
<li>Create Data Product</li>
<li>Create Transformation Script</li>
<li>Create Data Transformation</li>
<li>See Data Analysis</li>
<li>See Data Array</li>
<li>Plot Data</li>
</ul>
<details>
<p> </p>
<p>This tutorial shows an example of Machine Learning with Wendelin. </p>
<p>Based on data from previous tutorials we will predict air pressure from humidity using <ahref="https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LinearRegression.html">Linear Regression by scikit-learn</a> and visualize results. </p>
<p>Before doing this tutorial make sure you read and completed the following tutorials </p>
<p><strong>Script ID </strong>- <strong>DataAnalysisLine_predictPressureFromHumidity</strong>: this script will do all the magic. It doesn't exist yet, we will create it later in this tutorial. </p>
<p>At the don't forget to Save the changes.</p>
<p>Create a new Data Product as described in <ahref="wendelin-Tutorial.Howto.Create.Data.Product">HowTo Create Data Product</a> tutorial with following values</p>
<p>Title - <strong>Predicted Data Array</strong></p>
<p>Quantity Unit - <strong>Unit/Piece</strong></p>
<p>After Data Product is created and validated, navigate to page called Portal Callables by adding <strong>/#/portal_callables</strong> at the end of the URL of your wendelin instance. </p>
<p>There we will create and store a the prediction script. </p>
<p>For Initial Product we choose the Data Product we created in <ahref="wendelin-Tutorial.Resample.Data">HowTo Resample Data</a> tutorial, as we want to do the prediction on the resampled data.</p>
<p>Data Product: put the name of the Data Product that we created in <ahref="wendelin-Tutorial.Resample.Data">HowTo Resample Data</a> tutorial - <strong>Generic Interval Resampled Array</strong></p>
<p>After filling in the Data Product name click Save to save the intermediate changes. </p>
<p>After saving a new field <strong>Item Types </strong>will appear. </p>
<p>The script will find automatically the Data Array with prediction results based on the Data Product and plot the data using <ahref="https://plotly.com/">plotly library</a>.</p>
<p>After writing the script and saving the changes click on the <strong>Editable</strong> checkbox to (uncheck it) on the left side panel to see the result.</p>
<td colspan="3"><span metal:use-macro="container/Zuite_viewTestMacroLibrary/macros/wait_for_activities"> Wait for activities </span></td>
</tr>
<tr class="" style="opacity: 1;">
<td colspan="3"><span metal:use-macro="container/Zuite_viewTestMacroLibrary/macros/login_as_functional_test_user">Login As Functional Test User</span></td>
</tr>
</tbody>
</table>
</test>-->
<h1>Agenda</h1>
<ul>
<li>Create Notebook</li>
<li>Visualise Data</li>
</ul>
<detailsopen="">
<p> </p>
<p>This tutorial teaches how to visualise data.</p>
<p>Before doing this tutorial make sure you read and completed the following tutorial and have data in your wendelin instance:</p>
<p>The script will find automatically find the resampled arrays based on the Data Product and plot the data using <ahref="https://plotly.com/">plotly library</a>.</p>
<p>After writing the script and saving the changes click on the <strong>Editable</strong> checkbox to (uncheck it) on the left side panel to see the result.</p>