-
Notifications
You must be signed in to change notification settings - Fork 41
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
Formula language notebook requires updation #28
Comments
Hi @lokeshh, |
Good. You can get started by setting up iRuby notebook. If you face any problem let me know. |
I have done the setup of Ruby kernel in Jupyter Notebook. What's next to be done? |
Could you verify if notebooks in |
Yup, they are working fine. |
Now rename the column |
I once changed |
@snpd25 Could you try with latest code from |
I feel that I am not doing exactly what is required, I installed the |
Ok let me take a look and get back to you
…On Tue 22 Jan, 2019, 10:23 PM snpd25 ***@***.*** wrote:
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, and it was
working the same as before. Am I missing something?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHUmVI28JKvHxU-iT55yYgB0H391PEOMks5vF0ISgaJpZM4J3TEJ>
.
|
@SNP25 I ran the latest code of |
Firstly you should get an error in cell 17 (without making any changes in notebook) to verify that you are using the latest daru and statsample. By latest I don't mean latest release but the latest gem from repository master branch. Once you have done that, then you should try to fix that error. The error can be fixed by simply renaming the column name and reflecting that name in cell 17. |
@lokeshh I have re-installed everything and started afresh but there is some problem with using statsample-glm in the notebook. It says:
|
"AgeuponOutcome(Weeks)" causes an error because with brackets the column name become invalid. Need to update dataframe column name. Its easy to fix. Just noting this issue down so I don't forget it.
The text was updated successfully, but these errors were encountered: