Data-Mining-Project icon indicating copy to clipboard operation
Data-Mining-Project copied to clipboard

Recognizing human activity using multiple wearable accelerometer sensors placed at different body positions.

Results 3 Data-Mining-Project issues
Sort by recently updated
recently updated
newest added

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...