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 22,598 public repositories matching this topic...
In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set max_date_allowed = datetime.today().date()
, but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.
E
Maybe I'm missing a setting, but there currently seems to be no inbuilt in way to enable legends for the plot functions. Would it be possible to add this feature? Many thanks.
Summary
mypy
shows some issues in LightGBM's Python package.
mypy --ignore-missing-imports python-package/
18 errors in 4 files (click me)
python-package/lightgbm/compat.py:12: error: Name 'Series' already defined (possibly by an import)
python-package/lightgbm/compat.py:17: error: Name 'DataFrame' already defined (possibly by a
-
Updated
Oct 31, 2019
-
Updated
Jul 4, 2021 - Assembly
Problem: the approximate method can still be slow for many trees
catboost version: master
Operating System: ubuntu 18.04
CPU: i9
GPU: RTX2080
Would be good to be able to specify how many trees to use for shapley. The model.predict and prediction_type versions allow this. lgbm/xgb allow this.
Publications in Wowchemy currently use Article JSON-LD rather than the more specific ScholarlyArticle structured data as ScholarlyArticle is not eligible for rich Google search results whereas Article is.
Article objects must be based on one of the following schema.org types: Article, NewsArticle, BlogPosting
https://developers.google.com/search/docs/data-types/article
However, use
-
Updated
Jul 4, 2021 - Jupyter Notebook
-
Updated
Jun 28, 2021 - R
-
Updated
Jun 11, 2021 - R
-
Updated
Jul 3, 2021 - Python
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
Is your feature request related to a problem? Please describe
Spellcheck squiggles in a text box can look unpolished
Describe the solution you'd like
HTML has a native flag for turning off spellcheck, would be nice to add that as a feature to ui.textbox
:
https://www.w
-
Updated
Feb 17, 2021
-
Updated
Jul 4, 2021
-
Updated
Jun 23, 2021 - R
-
Updated
Jun 29, 2021 - Jupyter Notebook
-
Updated
Jul 3, 2021 - R
-
Updated
May 21, 2021 - Python
Our xgboost models use the binary:logistic'
objective function, however the m2cgen converted version of the models return raw scores instead of the transformed scores.
This is fine as long as the user knows this is happening! I didn't, so it took a while to figure out what was going on. I'm wondering if perhaps a useful warning could be raised for users to alert them of this issue? A warning
-
Updated
Aug 19, 2019 - R
Created by Ross Ihaka, Robert Gentleman
Released August 1993
- Website
- www.r-project.org
- Wikipedia
- Wikipedia
Feature request
Please include the following information:
Is your feature request related to a problem? Please describe.
We're looking into optimising keyword arguments in TruffleRuby and need a way to benchmark methods without the inlining mechanism.
Describe the solution you'd like.
Looking for something we can use when running, e.g. `jt ruby --engine.ExcludeInline fo