-
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
39 refactor mljflux interface #92
Merged
Merged
Changes from 9 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
8664cf9
split LaplaceApproximation. Removed Duplicated MMI.clean! function. U…
pasq-cat 039f172
updated metadata and changelog. uploaded Project.toml
pasq-cat e0d7aab
removed link_approx as parameter in LaplaceRegression since it is not…
pasq-cat 5d19437
removed link_approx as parameter in LaplaceRegression since it is not…
pasq-cat 099de43
Merge branch '39-refactor-mljflux-interface' of https://github.com/Ju…
pasq-cat 9f4edbd
fixed fit! function for regression. classification not complete yet.
pasq-cat 437405b
updated with the new MLJ @mlj_model macro
pasq-cat 93140f8
add constraints on parameters
pasq-cat 352c961
added the project.toml of laplaceredux
pasq-cat 45f9fb7
updated struct and test.
pasq-cat 19e9b7f
ops forgot changelog
pasq-cat 9275277
partial fixes. fit! function gives trouble
pasq-cat 651a9bb
fixed the version of Distribution used in project.toml (compat). thi…
pasq-cat 56bd1de
last attempt.
pasq-cat a5a327d
formatting
pat-alt 66b09a9
formatter; explicit imports; fixed error (was passing on one-hot enco…
pat-alt f95a484
fix error related to mean/var
pat-alt 5d47558
small changes to CI
pat-alt 48d647f
added docstrings, removed prints and comments. there is still the pre…
pasq-cat 1b05992
partial (the update method is missing)
pasq-cat 0bf4ea8
[internet-not working]: changed fitresult and the position of report
pasq-cat 7b8f6ab
Revert "[internet-not working]: changed fitresult and the position of…
pasq-cat 506883b
trying to modify mljflux.update. Added Optimisers package to project,…
pasq-cat 0886ce8
passed to new api. update still missing and it seems there is an iss…
pasq-cat 63cef62
attempted mljflux.update for regression
pasq-cat af6c210
boh i don't know why it doesn't work.
pasq-cat 8389660
not sure we actually need to overload the update function
pat-alt e61af35
issues seem to be largely related to logging
pat-alt a52b545
few things
pat-alt 65f8237
attempt to add equality functions
pat-alt 1d4036d
all tests passing, but some more cleaning to do
pat-alt cdd1328
compat issues
pat-alt b7e040d
bumped version because zero major versions cause compat headaches wit…
pat-alt c97422f
changelog
pat-alt 8523eed
small stuff: fixed docstrings and fitresult(regression) function. com…
pasq-cat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
please add in square brackets the corresponding PR/branch number