Skip to content
r logo

R

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 15,492 public repositories matching this topic...

dsyer
dsyer commented Jul 4, 2018

If the JSON configuration for allowed runtime reflection contains a class that is not on the class path, the tool tells me to verify that my configuration matches the schema:

error: Error parsing reflection configuration in /home/dsyer/dev/scratch/graal/reflect.json:
Class no.such.Object not found
Verify that the configuration matches the schema described in the -H:PrintFlags=+ output fo
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
alexgawrilow
alexgawrilow commented Jul 22, 2019

This issue is related to issue #957 by @scasault
I tried to speed up the calculation of the prophet model. Since I do not care about uncertainties, disabling their calculation is the easiest way to speed up prophet for me.
Setting the default parameter uncertainty_samples=1000 to uncertainty_samples=0 reduces the calculation time from

8.04 s ± 310 ms per loop (mean ± std. dev. of 7 r

fabiangehring
fabiangehring commented Jul 22, 2019

hi,
the documentation of shiny::Progress says

initialize(session, min = 0, max = 1)
Creates a new progress panel (but does not display it).

Nevertheless it seems as if already the simple creation of a progress object (p<- Progress$new()) shows the Notification "message" without calling p$set(...) first.

here a very minimal example showing an undesired "message" notification.

``

cochetti
cochetti commented Jul 16, 2019

The manual pages for the top_n function do not include any examples with date values and trying to pick out the earliest/latest of a period can be confusing. For example, I worked in insurance so we had eligibility periods that ran from startdate to enddate.

To get the earliest startdate, as a prior SQL programmer, I would expect to use an ascending list and the top item on the list is the

MLopez-Ibanez
MLopez-Ibanez commented Sep 16, 2018

In the table given in https://mlr-org.github.io/mlr/articles/tutorial/cost_sensitive_classif.html#binary-classification-problems
true are rows and pred are columns, however, the cost matrix at the top is defined as "The costs c(k,l) for predicting class k if the true label is l", so pred are rows and true are columns.

This causes some confusion in the example for binary classification.

In

richardbeare
richardbeare commented Dec 5, 2016

Hi,
Apologies if this is off topic. I'm struggling to find information about this. Is there any equivalent of ipywidgets allowing basic feedback to R? I'm aware of the likes of plotly and htmlwidgets, but have not been able to identify any mechanism for providing data back to R. There are some comments around the release of ipywidgets 5.0 claiming that recent refactoring is designed to make writi

Learn about r

Website
www.r-project.org
Wikipedia
Wikipedia

Related topics

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