Is there a dev workflow where you write software specifications under version control and a PR to this specification is linked to a PR in the code? It feels wrong to have specs only in tickets/tasks.
@BR_AILab You are paying for rstudio pm? Installing the packages to a directory that is a persistent mount should already avoid unneeded recompilations.
@antoine_fabri But SO is also pretty democratic. Even I have the right to decide about closing questions. Maybe I should use this privilege more often to help the moderators.
@PhDemetri Linear models are for inference on the functional relationship between features and label. LMs can give you insights that a xgboost model couldn’t. And know you also know that the relationship is not that linear as you assumed.
@eddelbuettel @patilindrajeets I think it's good practice to only use isTRUE/isFALSE if you expect a non TRUE/FALSE value. In complex scenarios, you are likely to suppress important warnings/errors that can make you aware of bugs in your code.
@danluu I learned the hard way that there is a difference between realizing the obvious and remembering the obvious. Since then, I am thankful for each well phrased repetition and "make aware"-ings. People should appreciate the work of summing-up, otherwise all knowledge gets lost.
@ScienceThekla @eddelbuettel Wenn es deutsch sein muss, dann ist das https://t.co/C8Hiv18B3p vielleicht eine gute Anlaufstelle? Oder https://t.co/FjvcgkHMzu ? Fühlt sich beides sehr 00er an.
A colleague created this very nice and sleek weighted voting website for consensus decision-making. You might want to try it for your next group poll on where to go for dinner, or even for something more serious. https://t.co/IZ9PW3y91Q #konsensit
Often I want to merge two tables and A) make sure that all left entries are used when using an inner join or B) make sure that no right entries are left out when using a left join. Is there a function for it? Would there be an interest in a tiny R-Package? #RStats#DataScience
We often have these assumptions that the left side is a superset of the right side. Detecting violations of such assumptions might save you a lot of trouble, when processing data sets.
@HeidiBaya Publishing to closed access is done for status and not publishing a slightly altered version later is just laziness or due to scare tactics of publishers. Universities should educate their researchers about their rights.