-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
add Gaussian Covariance filter #148
base: main
Are you sure you want to change the base?
Conversation
I have just checked examples in |
kex should be lower 0: ``` kex = p_int(lower = 0, default = 0), ```
Same as before..
Sorry for not responding here (I did not see it). Are you still interested in contributing this filter? |
Yes. I will send last version of the pipe. I think I have changed something till PR. Is there anything I should add to current commit? |
When I run the test from the the pull request, I get a lot of NA values, can you explain why this happens? |
I can't make new PR for some reason, but can you try this code:
|
You can't make a new PR from your main branch because you already have a PR open. You could e.g. make a new branch in your fork and then create a new PR. |
Adding Gaussian Covariance 'filter' from the package https://cran.r-project.org/web/packages/gausscov/gausscov.pdf.
I am getting error when running test and examples but can't figure out why.
It seems like my filter is not in mlr_filter list.
The function works as expected when tried tu instantiate class and run calculate and score.
I am not sure if classif models are supported, so I added regr only. I can try to contact the author.
Missing values are not allowed.