Skip to content
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

Reorganize functions.R and disperse functions over multiple files #8

Open
dustinvtran opened this issue Dec 9, 2014 · 1 comment
Open

Comments

@dustinvtran
Copy link
Member

It's preferable to have multiple functions that are roughly of the same category belonging to the same file (or directory). One file should not collect everything however.

@dustinvtran
Copy link
Member Author

There should also be separate folders for different AISGD implementations, e.g., one for SVMs and one for GLMs. Auxiliary functions that are useful for all implementations should stay in the root directory, others that apply specifically to a model should be put into that folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant