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 25,486 public repositories matching this topic...
-
Updated
Mar 5, 2022 - Jupyter Notebook
Describe your context
Please provide us your environment, so we can easily reproduce the issue.
- replace the result of
pip list | grep dash
below
dash 2.0.0
dash-bootstrap-components 1.0.0
-
if frontend related, tell us your Browser, Version and OS
- OS: [e.g. iOS] Windows
- Browser [e.g. chrome, safari]: Chrome 96.0x, Edge 96.0x, Firefox
make_future_dataframe doesn't support regressors currently. So code like:
m = Prophet()
m.add_regressor('var')
m.fit(df)
forecasts = m.predict(m.make_future_dataframe(periods=7))
gives an error like:
ValueError: Regressor 'var' missing from dataframe when attempting to generate forecasts
I know prophet may not know what exact values to put for var in each of the rows a
Summary
mypy
shows some issues in LightGBM's Python package.
mypy \
--exclude='python-package/compile/|python-package/build' \
--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
-
Updated
Oct 31, 2019
-
Updated
Mar 4, 2022 - Assembly
I am working on creating a WandbCallback
for Weights and Biases. I am glad that CatBoost has a callback system in place but it would be great if we can extend the interface.
The current callback only supports after_iteration
that takes info
. Taking inspiration from XGBoost callback system it would be great if we can have before iteration
that takes info
, before_training
, and `after
May be breaking changes and improved setup - see https://fusejs.io/ along with its release notes since v3.2
May affect files including assets.toml
and wowchemy-search
.
Thanks to @rodrigoalcarazdelaosa for tracking the (optional) dependencies at wowchemy/wowchemy-hugo-themes#1860
-
Updated
Mar 5, 2022 - Jupyter Notebook
Currently, you can do something like this: Task(Flow/RunID/StepName)
and this will not result in an error but then the resulting Task
object behaves in a bizarre manner where things like t.data
will work but t.data.my_artifact
will not for example.
We should validate the format of the pathspec passed in to each object and verify that the following are the only possible cases:
- Metaflo
-
Updated
Mar 4, 2022 - R
-
Updated
Oct 7, 2021 - R
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
Many H2O Wave power users have ran into and solved the following "problem":
What you want
What you get
![image](https://user-images.githubusercontent.com/4793561/154332385-962da778-56c4-413a-8a34-26128bef8f
-
Updated
Feb 17, 2021
-
Updated
Jan 5, 2022
-
Updated
Feb 3, 2022 - Jupyter Notebook
-
Updated
Feb 10, 2022 - Python
-
Updated
Mar 4, 2022 - R
-
Updated
Jan 9, 2022 - R
-
Updated
Jan 11, 2022 - Julia
Created by Ross Ihaka, Robert Gentleman
Released August 1993
- Website
- www.r-project.org
- Wikipedia
- Wikipedia
Since
state
is a reserved keyword in Truffle's guard mechanism, it should not be possible to use it in a guard definition as this can cause serious problems. The annotation processor should either reject thestate
keyword in guard definitions or thestate
temporary variable produced by the processor should be renamed to avoid this conflict.Here's an example:
<img width="629" alt="screen