Sneha Prasad
Sneha Prasad
Sorry @v0dro for replying late. Can you please give an insight of the code which is creating the problem. Thanks.
Hi @lokeshh, I would like to fix this but would need some guidance, if you can help. Thanks.
I have done the setup of Ruby kernel in Jupyter Notebook. What's next to be done?
Yup, they are working fine.
I once changed `AgeuponOutcome(Weeks)` to `AgeuponOutcome` and then to `Ageupon(Outcome)` . In both the cases it worked the same as it was working before.
I feel that I am not doing exactly what is required, I installed the `statsample-glm` gem and then checked the `example [Example] Formula language in Statsample-GLM.ipynb` with the same changes,...
 See if I am doing as required.
 I tried modifying the file `example [Example] Formula language in Statsample-GLM.ipynb`. It's showing the same result.
@lokeshh I have re-installed everything and started afresh but there is some problem with using statsample-glm in the notebook. It says: ``` NameError: uninitialized constant Statsample::GLM::Regression Did you mean? Statsample::Regression...