wbuchanan / crossvalidate

Stata package to implement cross-validation methods for statistical models
https://wbuchanan.github.io/crossvalidate
2 stars 1 forks source link

Test SSC Installation #12

Open wbuchanan opened 2 months ago

wbuchanan commented 2 months ago

Test installing crossvalidate with ssc inst crossvalidate.

411steven commented 2 months ago

ssc install worked.

I can go through and update things related to classify.ado

Do you think that we could just rename it "class" ?

Steven Brownell Economist at SAG Corporation

On Fri, Aug 2, 2024 at 1:28 PM William Buchanan @.***> wrote:

Test installing crossvalidate with ssc inst crossvalidate.

— Reply to this email directly, view it on GitHub https://github.com/wbuchanan/crossvalidate/issues/12, or unsubscribe https://github.com/notifications/unsubscribe-auth/BEH2TXLRQQBRV6G3ZFKYFL3ZPPTVHAVCNFSM6AAAAABL5FICPOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ2DKNZRHE2DSMQ . You are receiving this because you were assigned.Message ID: @.***>

wbuchanan commented 2 months ago

class would likely fail since that is a reserved word, but we could probably use classifyit to keep the names consistent with other programs.

On Aug 2, 2024, at 1:33 PM, 411steven @.***> wrote:

ssc install worked.

I can go through and update things related to classify.ado

Do you think that we could just rename it "class" ?

Steven Brownell Economist at SAG Corporation

On Fri, Aug 2, 2024 at 1:28 PM William Buchanan @.***> wrote:

Test installing crossvalidate with ssc inst crossvalidate.

— Reply to this email directly, view it on GitHub https://github.com/wbuchanan/crossvalidate/issues/12, or unsubscribe https://github.com/notifications/unsubscribe-auth/BEH2TXLRQQBRV6G3ZFKYFL3ZPPTVHAVCNFSM6AAAAABL5FICPOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ2DKNZRHE2DSMQ . You are receiving this because you were assigned.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/wbuchanan/crossvalidate/issues/12#issuecomment-2266110721, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKJHBWBHIDNL7EUL4IG3E3ZPPUIXAVCNFSM6AAAAABL5FICPOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRWGEYTANZSGE. You are receiving this because you authored the thread.

wbuchanan commented 2 months ago

@411steven also, Kit Baum let me know that there was already a package/command named crossvalidate in the SSC, so ours currently is crossvalidate2. I'm thinking maybe xvalidate (x = cross) might be a better shorthand for the package name.