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

sklearn paradigm function #224

Closed
mnky9800n opened this issue Oct 30, 2023 · 1 comment
Closed

sklearn paradigm function #224

mnky9800n opened this issue Oct 30, 2023 · 1 comment
Assignees
Labels

Comments

@mnky9800n
Copy link
Contributor

Discussing with @gareth-j it seems like the shiny apps are rather instructive but they may not be off the shelf functional without the addition of a sklearn like wrapper.

It would be super nice if there was a function that simply worked like:

model <- fdmr::modelFit(kind='lgcp', dataX, dataY, hyperparameters)
modelEval(model)

and the function built the finite element mesh, accepted a giant dictionary of ever increasing in complexity hyperparamters htat described the mesh, model priors, etc. but then everything else is the same.

this comes about that if you play around with all of the different sliders and what not, nothing really ever changes a model DIC that much. the thing that changes hte model DIC the most is the introduction of new variables. this makes sense, of course.

the goal here would not be to make a function that makes a perfect model, but simply make one that automates all of the steps such that you could get a good enough model in a single line of code (ala, sklearn).

@gareth-j
Copy link
Contributor

Dupe of #276

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

No branches or pull requests

4 participants