Unit 2. Prepare Data

The training data and raw data for prediction used in this tutorial are provided by the sample dataset Power Forecast, which is included in the Enterprise Analytics Platform.

Power Forecast Sample Dataset

Select Enterprise Analytics Platform > Machine Intelligence Studio > Dataset Mgmt from the left navigation bar, click Sample and locate Power Forecast.


../_images/find_dataset.png


The Power Forecast sample dataset includes two sets of climate forecasting sample data, which can be used to predict the wind power and speed at a specific time. Click Power Forecast to view the following information:

  • Under the Basic Information tab, you can view Attributes and Scheme information.
  • Under the Invoking Code tab, you can view or copy the Python code to invoke the dataset.
  • Under the Dataset Exploration tab, you can preview data in the dataset or perform statistical analysis. For more information, see Explore Datasets.


../_images/dataset_detail.png


Next Unit

Prepare Code