FeatTS
FeatTS copied to clipboard
Edits for the paper https://github.com/giacomoguiduzzi/Interpretable_PS-InSAR_Clustering
Summary of Changes
-
Removal of Unneeded Configuration:
- Deleted several configuration and project files under the
.ideaandFeatTS.egg-infodirectories that were mistakenly uploaded previously.
- Deleted several configuration and project files under the
-
Syntax and Code Style Improvements:
- Updated various files to better adhere to Python's guidelines, including:
- FeatTS/PFA.py: Minor changes such as adding spaces after
=in function parameters and updatingKMeansinitialization. - FeatTS/SLPA.py: Improved readability by breaking long lines.
- FeatTS/utilFeatExtr.py: Various formatting and readability improvements.
- FeatTS/PFA.py: Minor changes such as adding spaces after
- Updated various files to better adhere to Python's guidelines, including:
-
Installation Method and Configuration Updates:
- README.md: Corrected import statements and improved formatting.
- setup.py: Updated to change the package name to lowercase
feattsand updated thescikit_learndependency version. - pyproject.toml: Added to define the build system and project metadata.
-
Main Script Update:
- main.py: Improved the main function structure and readability.
These changes focus on cleaning up the project structure, improving code readability, and updating dependencies and configurations to ensure better adherence to Python's guidelines.