Housing Prices

Create a Regression model on Demo Housing Prices dataset

1. If you want to use Graphite Note demo datasets click "Import DEMO Dataset".

2. Select a dataset you want to use to create machine learning model. In this case we will select Housing-Prices dataset to create a "Regression Analysis" on house price historical data.

3. Once selected, the demo dataset will load directly to your account. The Dataset view will automatically open.

4. Adjust your dataset options on the Settings tab. Click Columns tab to view list of available columns with their corresponding data types. Explore the dataset details on the Summary tab.

5. To create a new model in the Graphite Note main menu click on "Models"

6. You will get list of available models. Click on a "New Model" to create new one.

7. Select the model type from our templates. In our case, we will select "Regression" by double clicking on its name.

8. Select the dataset you want to use to produce the model. We will use "Demo-Housing-Prices.csv"

9. Name your new model. We will call it "Regression on Demo-Housing-Prices"

10. Write the description of the model and select a tag. If you want to, you can also create new a tag from pop-up "Tags" window that will appear on the screen.

11. Click "Create" to create your demo model environment.

12. To set up a Regression Model, firstly, you need to define the "Target Feature". That is a numeric column from your dataset that you'd like to make predictions about. In the case of Regression on Demo Housing Prices, the dataset target feature is "Price" column.

13. Click "Next" to get the list of model features that will be included into scenario. Model relies upon each column (feature) to make accurate predictions. When training model we will calculate which of the features are most important and behave as Key Drivers.

14. To start training the model, click "Run scenario". This will take a sample of 80% of your data and train several machine learning models.

15. Wait for few moments and Voilà! Your Regression model is trained. Click on the "Performance" tab to get model insights and view the Key Drivers.

16. Explore the Regression Model by clicking on Impact Analysis, Model Fit and Training Results to get more insights on how model is trained and set up.

17. If you want to take your model into action. Click on "Predict" tab in the main model menu.

18. You can produce your own What-If analysis based on existing training results. You can also import fresh CSV dataset with data model will use to make predictions on the target column. In our case, that is "Price". Keep in mind, the dataset you are uploading needs to contain the same feature columns as your model.

19. Use your model often to predict future behaviour, and to learn which key drivers are impacting the outcomes. The more you use and retrain your model, the smarter it becomes!

Last updated