-
Notifications
You must be signed in to change notification settings - Fork 25
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
X axis of the CV error plots or tensorboard plots #159
Comments
These are the iterations, there are often multiple iterations per epoch.
This can be changed with the `summary-interval` argument.
…On Wed, Mar 9, 2022 at 1:43 AM manjumoorthy95 ***@***.***> wrote:
From the readme of SongBird I can find that the X-axis of cv_error graph
is the number of iterations. In the command this is defined by *"-epochs"*
argument. Though we had set the epochs to 10000, the X axis of the plots
show the limits as 45K. Can you please explain this difference?
—
Reply to this email directly, view it on GitHub
<#159>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA75VXKDXGIGU7U3FOVRJALU7BCCZANCNFSM5QITOFUQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks for the clarification! I had one more doubt. I wanted to create a model for checking differences between "Cancer and Control" while controlling for different other variables in the metadata. So is there a criterion that "Cancer and control" should be mentioned first in the formula? Also please note that the "Cancer and Control" column lies the last in my metadata sheet, so will using this term in the first place of the formula cause any issues? |
Hi @manjumoorthy95 the order of the terms in the formula won't matter. |
So, how do we control for the effect of certain variables ? For example, if I want to know the differences between diseased states while controlling for 3 other variables, should the formula be like : " diseased_state+Var1+Var2+Var3" , where I am trying to control the effect of Var1 to Var3? |
From the readme of SongBird I can find that the X-axis of cv_error graph is the number of iterations. In the command this is defined by "-epochs" argument. Though we had set the epochs to 10000, the X axis of the plots show the limits as 45K. Can you please explain this difference?
The text was updated successfully, but these errors were encountered: