Exploring data #
Ultimately, any machine learning is just optimizing error in a graph, then deriving a function that fits to the data.
Iris sample data set #
Statistics definitions #
- ordinal means that the data can be ordered
- continuous means that the values are floating point
- \( \text{AAD} (x) \) is the absolute distance
- \( \text{MAD} (x) \) is the median dependent value
Visualization #