Hind Makarem
Hind Makarem
# Incompatible Input Shape for Model Training in `Deep_Learning_HAR.ipynb` ## Description In the `Deep_Learning_HAR.ipynb` notebook, the input data shape does not match the expected input shape of the model, which...
# Lack of Input Validation and Error Handling in Calculator ## Description: The calculator currently lacks proper validation and error handling for various input cases. This can lead to unexpected...
### Description: This pull request adds important input validation checks to improve the robustness and user experience of the calculator application. The following enhancements were implemented: * #### Prevent Multiple...