util/lib/analysis_package/continuous/README.md

30 lines
640 B
Markdown
Raw Normal View History

2024-05-12 12:18:24 +00:00
# **Numerical data analysis and process tools**
### **Project Description**:
- Numerical data correlation analysis and processing, using image visualization to help understanding.
#### Numerical analysis tools part
- Spearman_correlation is to determine whether there is a Monotonic component between two features,
which can be apply only for non_linear relationship and ordinal data.
#### Numercial process tools part
- Detecting outlier by using the Interquartile range(IQR).
- When highly correlated features will be used to remove.
#### How to use the tools
Input an only numerical data (data type:DataFrame).