-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement clustering #9
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 3 4 +1
Lines 12 129 +117
==========================================
+ Hits 12 129 +117 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see you have another issue with the output to CSV. We need to coordinate that part with the files we expect in TulipaEnergyModel.jl. It is to keep it in sight. So, I approve this PR. Thanks!
@datejada I will implement the output saving in the old format first, and then will make a separate issue for aligning the inputs and outputs with the current Tulipa formulation. I think this would be easier to follow. |
Pull request details
Describe the changes made in this pull request
Implemented k-means and k-medoids clustering of data.
List of related issues or pull requests
Closes #3