-
Notifications
You must be signed in to change notification settings - Fork 13
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
trying to build custom model #41
Comments
Hi @smellycat21. There is no guide for building your own custom model yet, but I can answer any questions you are having. You can also take a look at the source code for some of the models for inspiration: https://github.com/dfs-with-r/coach/blob/master/R/fanduel-nba.r |
thanks! a few questions: What is the easiest way to lock or remove a player from the pool in R? Sorry, I am new to this and im sure i will have more going fwd! Really appreciate your help! |
n <- nrow(data)
my_fun <- function(x) rnorm(n, x, 10)
optimize_generic(data, model, randomness = my_fun) Hope that helps get you started. Let me know if you have any other questions. |
Hey guys, trying to build this out for a custom model not currently available, is there a step by step into building my own?
thanks!
The text was updated successfully, but these errors were encountered: