Skip to content

feat: Add Classical and Stacked Cox Regression algorithms#593

Open
AndreasKtenidis wants to merge 1 commit into
masterfrom
feature/cox-regression
Open

feat: Add Classical and Stacked Cox Regression algorithms#593
AndreasKtenidis wants to merge 1 commit into
masterfrom
feature/cox-regression

Conversation

@AndreasKtenidis
Copy link
Copy Markdown
Collaborator

Please ...

@AndreasKtenidis AndreasKtenidis force-pushed the feature/cox-regression branch from d9eeb41 to d49b8cc Compare May 13, 2026 07:43
Copy link
Copy Markdown
Member

@ThanKarab ThanKarab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

Minor adjustments needed.

Rebase and squash also needed.

@@ -0,0 +1,17 @@
from exaflow.algorithms.exareme3.classical_cox_regression import ClassicalCoxRegression
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why isn't the algorithm inside here and is in another file?

@@ -0,0 +1,274 @@
from __future__ import annotations

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file should not exist.

@@ -0,0 +1,35 @@
# Classical Cox Regression
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename cox_regression algorithms with the stacked and classical as suffix, not prefix, so it's easier to look for them.

So cox_regression_classical and cox_regression_stacked

@AndreasKtenidis AndreasKtenidis force-pushed the feature/cox-regression branch 2 times, most recently from 256a49c to 45d76ac Compare May 29, 2026 13:46
@AndreasKtenidis AndreasKtenidis force-pushed the feature/cox-regression branch from 45d76ac to 19de090 Compare May 30, 2026 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants