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

Create custom ML node #1088

Closed
tkpratardan opened this issue Jul 19, 2024 · 1 comment
Closed

Create custom ML node #1088

tkpratardan opened this issue Jul 19, 2024 · 1 comment
Assignees

Comments

@tkpratardan
Copy link
Collaborator

tkpratardan commented Jul 19, 2024

Create a custom ML node for the poisson model.

  • inherit the methods from the FitPredictNode class.
  • The predict() method should return the probabilities of the three categories.
  • The _fit_predict_helper() method should do the necessary sanity checks as usual while the get_state() and fit_state() check for the learnt parameters after the scipy.optimize()
@tkpratardan tkpratardan self-assigned this Jul 19, 2024
@tkpratardan tkpratardan changed the title Experiment with multi index sklearn model Create custom ML node Jul 22, 2024
@tkpratardan tkpratardan linked a pull request Jul 24, 2024 that will close this issue
@tkpratardan
Copy link
Collaborator Author

#1099 has these changes

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 a pull request may close this issue.

1 participant