Skip to content
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

multiLogReg.daph does not run #895

Open
philipportner opened this issue Nov 1, 2024 · 1 comment
Open

multiLogReg.daph does not run #895

philipportner opened this issue Nov 1, 2024 · 1 comment
Labels
bug A mistake in the code.

Comments

@philipportner
Copy link
Collaborator

The DaphneDSL script in scripts/algorithms/multiLogReg.daph does not work.

bin/daphne scripts/algorithms/multiLogReg.daph XY=\"test/data/wine/winequality-red-white.csv\" B=\"output.csv\"
[error]: Lowering pipeline error.{}
PassManager failed module lowering, responsible IR written to module_fail.log.
InferencePass.cpp:472 -> InferencePass.cpp:169 -> InferTypesOpInterface failed with the following message [ type inference returned an unknown result type for some op, but partial inference is not allowed at this point: daphne.cast ]
    | Source file -> "/home/philipportner/daphne/scripts/algorithms/multiLogReg.daph":165:4
    |
165 |     while( innerconverge != 1 ) #TODO !innerconverge support
    |     ^~~
@philipportner philipportner added the bug A mistake in the code. label Nov 1, 2024
@pdamme
Copy link
Collaborator

pdamme commented Nov 1, 2024

Thanks for reporting this issue. JFYI: The current implementation of multiLogReg was an early manual translation from Apache SystemDS's DML to DaphneDSL. Since recently, there is an issue on a new (semi-)automatic translation of the script (#869).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A mistake in the code.
Projects
None yet
Development

No branches or pull requests

2 participants