-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
If we write some nice functions that perform useful tasks which we might want to use again and share with other people (for example, I wrote something at the weekend which extracts the names of the most significant features from a regression model and trains a new model using only those features*), where should we keep them? Should they all be in one repo? Or one for each language we're using? How should the functions be name spaced within that repo? Are they each in their own package?
* I will not be the slightest bit surprised if someone points out that this has already been done by someone else! ;)
Metadata
Metadata
Assignees
Labels
No labels