- Python Data Mining Quick Start Guide
- Nathan Greeneltch
- 140字
- 2021-06-24 15:19:46
Variable types
Put simply, dependent variables respond to the influence of the independent variables. In data mining, the dependent variables are often called output vars because they are the outcome of whatever underlying mathematical or statistical behavior you are trying to model. Indeed, predictive analytics attempts to model the dependent variables' response to the independent variables in the dataset and, by doing so, predict its output in future events. Practitioners will often refer to independent variables collectively as X and dependent variables as Y:
- Independent variables: The features of a dataset; these are often denoted as X in XY data terminology.
- Dependent variables: The output in response to independent feature variables; the Y in XY data terminology:

It is important to note that multi-output data is common, so Y can be a multi-column matrix as well.
推薦閱讀
- 嵌入式系統及其開發應用
- 網絡服務器架設(Windows Server+Linux Server)
- Getting Started with Oracle SOA B2B Integration:A Hands-On Tutorial
- 空間機器人遙操作系統及控制
- Mastering D3.js
- ROS機器人編程與SLAM算法解析指南
- 深度學習中的圖像分類與對抗技術
- 機器學習流水線實戰
- 塊數據5.0:數據社會學的理論與方法
- 變頻器、軟啟動器及PLC實用技術260問
- 分數階系統分析與控制研究
- 基于Xilinx ISE的FPAG/CPLD設計與應用
- Chef:Powerful Infrastructure Automation
- 單片機C語言程序設計完全自學手冊
- Working with Linux:Quick Hacks for the Command Line