HarshitDawar55 / ClusteringGroupOfMachines

Machine Learning real world project of clustering machines based on their metrics.
GNU General Public License v3.0
4 stars 6 forks source link

Add proper command line arguments for the script! #9

Open HarshitDawar55 opened 3 years ago

HarshitDawar55 commented 3 years ago

The intended use of this project is like anyone can run the script of this project by passing the command line arguments(CLI) to it dynamically, which will perform the task for that person. Some of the CLI arguments may be the public IP of the real machines/systems running anywhere(if talking in the real-time context with real use cases). If the dataset is used in the program then the CLI can include the path to the dataset.

These are the few examples which I gave for the CLI, you have to figure out what can be the CLI arguments to make this project more interesting & dynamic.

Moreover, later this program can be converted into a menu based program where the options of using a database or real IP can be provided. This can be an advanced functionality for which issues can be generated in the future & the capability of the project will be enhanced. As of now, the database approach can be used by which we have our efficient working project