Data-Mining-Project
Data-Mining-Project copied to clipboard
Recognizing human activity using multiple wearable accelerometer sensors placed at different body positions.
maina kuch tho change kiya
This PR upgrades the existing Random Forest–based activity recognition pipeline with robust data-handling improvements and multi-sensor fusion capabilities. It modernizes the codebase for Python 3 + latest scikit-learn (≥1.3) and...
This PR updates `DM_Project_RandomForest.py` in the following ways: - Replace deprecated imports (cross_validation, grid_search) with `model_selection` - Convert print statements to Python 3 style - Structure code into functions for...