Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Hi Wilbur,

    thanks for the great piece of code!

    Further to Thiago's question:
    Since the result is seed-dependent, what would you say the best practice is? Shall I repeat the lassoregress call N times, pick the lambda with lowest MSE and run it one last time for that lmbda?

    Comment


    • #17
      How should I interpret the significance of the estimators in this case where no significant test are available... ? I know it's a dummy question but I would like to know what you guys suggest about it.

      Comment


      • #18
        What's the easiest way to compare train and test set MSE and R^2? With elasticnet, I can run lassogof after estimation. Is there an elasticregress equivalent?

        Comment


        • #19
          Originally posted by John Riveros View Post
          How should I interpret the significance of the estimators in this case where no significant test are available... ? I know it's a dummy question but I would like to know what you guys suggest about it.
          A simple answer would be: significance tests help prevent inclusion of 'irrelevant' variables, which can lead to overfitting. However, in a pure prediction task with a regularisation term, that term and cross-validation prevent overfitting.

          Further, as Wilbur notes, the underlying distributions required for significance tests may not be available.

          Comment


          • #20
            Hello - I am trying to use elasticregress to understand the most important factors leading to a final rank, final score, or binary outcome of win/loss. There are 69 predictors. When run the command eslaticregress depvar indepvar, cross(X) I get an error saying "option cross() not allowed". I am using version 13.1 (I know, it's old). I might get a newer version from work soon. Can anyone assist me with steps to run this properly? Note: I am not an experienced statistician, so if elasticregress is not the right comment based on what I have described, I am open to other ideas.

            Comment

            Working...
            X