At: Cummins Location: Columbus, INWeb: www.cummins.comPosition: Reliability Analytics Leader
Reusable Pipelines in R
Pipelines in R
are popular, the most popular one being magrittr
as used by dplyr
.
Amazon SageMaker Automatic Model Tuning now supports early stopping of training jobs
In June 2018, we launched Amazon SageMaker Automatic Model Tuning, a feature that automatically finds well-performing hyperparameters to train a machine learning model with. Unlike model parameters learned during training, hyperparameters are set before the learning process begins. A typical example of the use of hyperparameters is the learning rate of stochastic gradient procedures. Using default hyperparameters doesn’t always yield the best model performance, and finding well-performing hyperparameters can be a non-trivial and time-consuming task. Using Automatic Model Tuning, Amazon SageMaker will automatically find well-performing hyperparameters and train your model to maximize your objective metric.
Top KDnuggets tweets, Dec 5-11: How to build a data science project from scratch; NeurIPS 2018 video talk collection
Most Retweeted:How to build a data science project from scratch https://t.co/dSVWgmu6Sb https://t.co/67OYeugzBu
Cummins: Data Engineering Apps and Solutions Architect [Columbus, IN]
At: Cummins Location: Columbus, INWeb: www.cummins.comPosition: Data Engineering Apps and Solutions Architect
WNS Hackathon Solutions by Top Finishers
**
Reusable Pipelines in R
Pipelines in R
are popular, the most popular one being magrittr
as used by dplyr
.
von Neumann Poker Analysis
The Game
Apps gather your location and then sell the data
The New York Times takes a closer look at the data that apps collect and what they know about you:
Day 13 – little helper read_files
We at STATWORX work a lot with R and we often use the same little helper functions within our projects. These functions ease our daily work life by reducing repetitive code parts or by creating overviews of our projects. At first, there was no plan to make a package, but soon I realised, that it will be much easier to share and improve those functions, if they are within a package. Up till the 24th December I will present one function each day from helfRlein
. So, on the 13th day of Christmas my true love gave to me…