As user, I'd like to have all parameters possible as entry of the function fm_fit_model() correctly documented, so that I can adapt the model to my datasets
Client - Validation
[x] fm_fit_model() allows to change parameters
[x] All params of fm_fit_model() are documented
[x] An error is raised if incorrect parameters are provided
[x] non-default values are now specified for running examples and tests
As user, I'd like to have all parameters possible as entry of the function
fm_fit_model()
correctly documented, so that I can adapt the model to my datasetsClient - Validation
fm_fit_model()
allows to change parametersfm_fit_model()
are documentedDev - Tech
fm_fit_model()
inputs according to excel fileseed = 29510
withr::local_seed(seed = seed)
at the beginning of function