- Predictive Analytics Using Rattle and Qlik Sense
- Ferran Garcia Pagans
- 181字
- 2021-07-16 13:40:19
Cleaning up
The Cleanup option in the Transform tab allows you to delete columns and observations from your dataset, as shown in this screenshot:

The following are the different available cleanup options:
- Delete Ignored: This will delete variables marked as ignore
- Delete Selected: This will delete the selected variables
- Delete Missing: This will delete all variables with any missing values
- Delete Obs with Missing: This will delete observations with missing values in the selected variable
You've learned how to transform variables. When Rattle transforms a variable, it doesn't modify the original one. It creates a new variable with the corresponding modification. If you apply a transformation to the variable Age, you will have the variable Age and the new one. Your algorithms only need one variable, the original or the transformed, so you have to change the role of the one not to be used to Ignore. By default, after the transformation, Rattle sets the original variable to Ignore. In the following screenshot, you can see the original variable Age set to Ignore and the new transformed variable set to Input:

- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- OpenCV 3和Qt5計算機視覺應用開發
- Java開發入行真功夫
- Java深入解析:透析Java本質的36個話題
- Python數據可視化之Matplotlib與Pyecharts實戰
- RabbitMQ Essentials
- C# and .NET Core Test Driven Development
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- 并行編程方法與優化實踐
- C++程序設計教程(第2版)
- 多媒體技術及應用
- MySQL核心技術與最佳實踐
- Visual C#(學習筆記)
- Python全棧開發:數據分析
- 深入實踐C++模板編程