Category: R News

Dash has gone full R

This is a reblog from the “Announcing Dash for R” announcement originally published July 10. Dash, the fastest growing framework for building analytic web applications on top of Python models, is...continue reading.

Grades Aren’t Normal

Grades are not Normally distributed. That’s not what’s seen naturally in grades and the idea is not supported by statistics. You can force grades to look Normally distributed, but doing...continue reading.

numpy exponential

This tutorial will explain how to use the NumPy exponential function, which syntactically is called np.exp. This is a very simple function to understand, but it confuses many people because...continue reading.

Launch of CDSB2019

This article is originally published at https://lcolladotor.github.io/ Thanks for visiting r-craft.org This article is originally published at https://lcolladotor.github.io/ Please visit source website for post related comments.continue reading.

Search the Bold

Looking for specific episodes of The Bold and The Beautiful? There is a nice python package “holmes-extractor” that builds upon the spacy package. It supports a couple of use cases....continue reading.

Improve GRNN by Weighting

In the post (https://statcompute.wordpress.com/2019/07/14/yet-another-r-package-for-general-regression-neural-network), several advantages of General Regression Neural Network (GRNN) have been discussed. However, as pointed out by Specht, a major weakness of GRNN is the high computational...continue reading.