The Wayback Machine - https://web.archive.org/web/20200826154609/https://github.com/topics/r
Skip to content
#

R

r logo

R is a free programming language and software environment for statistical computing and graphics. R has a wide variety of statistical linear and non-linear modeling and provides numerous graphical techniques.

Here are 19,166 public repositories matching this topic...

fcurts
fcurts commented Nov 15, 2018

In a Node class generated by Truffle's code generator, the static create() method is the method most often called directly from user code. Currently, this method is located at the bottom of the (often large) generated source file. It would be nice if this method was instead located near the top of the file, as this would make it much easier to discover and navigate to.

LightGBM
jameslamb
jameslamb commented Sep 29, 2019

One unit test in the R package is currently broken. Steps to reproduce on Mac

export CXX=/usr/local/bin/g++-8 CC=/usr/local/bin/gcc-8
Rscript build_r.R
cd R-package/tests
Rscript testthat.R

This results in the following error at the ends of the logs

[LightGBM] [Info] Saving data to binary file /var/folders/xq/wktq4zdx4jd3qdpk34d28m940000gn/T//RtmpiY1DzV/lgb.Dataset_1555
basjacobs93
basjacobs93 commented Aug 24, 2020

The generated_holidays table in R contains a non-existing holiday, Bevrijdingsdag, Hemelvaart, that is actually a concatenation of two holidays (Bevrijdingsdag and Hemelvaart) that happen to coincide in that year, but in general do not fall on the same date.
This has prophet fit a coefficient for this joint holiday instead of the separate holidays. A `tidyr::separate_rows(holiday, sep

Open Source Fast Scalable Machine Learning Platform For Smarter Applications: Deep Learning, Gradient Boosting & XGBoost, Random Forest, Generalized Linear Modeling (Logistic Regression, Elastic Net), K-Means, PCA, Stacked Ensembles, Automatic Machine Learning (AutoML), etc.

  • Updated Aug 26, 2020
  • Jupyter Notebook
data-science-at-the-command-line
jeroenjanssens
jeroenjanssens commented Jun 10, 2020

I'm happy to announce that I'll be writing the second edition of Data Science at the Command Line (O'Reilly, 2014). This issue explains why I think a second edition is needed, lists what changes I plan to make, and presents a tentative outline. Finally, I have a few words about the process and giving feedback.

Why a second edition?

While the command line as a technology and as a way of w

StrikerRUS
StrikerRUS commented Oct 18, 2019

I'm sorry if I missed this functionality, but CLI version hasn't it for sure (I saw the related code only in generate_code_examples.py). I guess it will be very useful to eliminate copy-paste phase, especially for large models.

Of course, piping is a solution, but not for development in Jupyter Notebook, for example.

Created by Ross Ihaka, Robert Gentleman

Released August 1993

Website
www.r-project.org
Wikipedia
Wikipedia

Related Topics

language
You can’t perform that action at this time.