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 24,716 public repositories matching this topic...
12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
-
Updated
Jan 1, 2022 - Jupyter Notebook
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
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
List of Data Science Cheatsheets to rule the world
-
Updated
Oct 31, 2019
mal - Make a Lisp
-
Updated
Dec 27, 2021 - 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
I have these categories listed in the YAML of one of my posts:
categories: ["social class", "unethical behavior", "driving", "attention", "Bayesian models", "hierarchical models"]
These get rendered as a comma-separate string on the Recent Posts widget in my blog:
When the screen size is too small (e.g., on mobile), the categories string spills out of the
H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.
-
Updated
Jan 6, 2022 - Jupyter Notebook
An implementation of the Grammar of Graphics in R
-
Updated
Jan 4, 2022 - R
With a config like this
{
"METAFLOW_DATASTORE_SYSROOT_S3": "s3://mf-test/metaflow/",
}
(note a slash after METAFLOW_DATASTORE_SYSROOT_S3)
metaflow.S3(run=self).put* produces double-slashes like here:
s3://mf-test/metaflow//data/DataLoader/1630978962283843/month=01/data.parquet
The trailing slash in the config shouldn't make a difference
A curated list of awesome R packages, frameworks and software.
-
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
Wave SDK Version, OS
(e.g. 0.18.0, OSx)
Actual behavior
When a user interaction on a dialog box on top of ui.sde_panel, ui.side_panel closes immediately. If ui.side_panel configured to fire a dismissed event, dismissed event also triggered. So ui.side_panel' dismissed event is also hard to handle.
https://user-images.githubusercontent.com/25351304/139196754-da60423f-9ddc-
中国的Quant相关资源索引
-
Updated
Feb 17, 2021
A curated list of awesome machine learning interpretability resources.
-
Updated
Jan 5, 2022
-
Updated
Nov 22, 2021 - Jupyter Notebook
A general-purpose tool for dynamic report generation in R
-
Updated
Jan 5, 2022 - R
Time Series Forecasting Best Practices & Examples
-
Updated
Dec 17, 2021 - Python
An interactive graphing library for R
-
Updated
Dec 12, 2021 - R
Multi-language suite for high-performance solvers of differential equations and scientific machine learning (SciML) components
-
Updated
Dec 24, 2021 - Julia
Created by Ross Ihaka, Robert Gentleman
Released August 1993
- Website
- www.r-project.org
- Wikipedia
- Wikipedia


Since
stateis 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 thestatekeyword in guard definitions or thestatetemporary variable produced by the processor should be renamed to avoid this conflict.Here's an example:
<img width="629" alt="screen