RSS Parrot

BETA

🦜 Python-bloggers

@python-bloggers.com@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Data science news and tutorials - contributed by Python bloggers

Your feed and you don't want it here? Just e-mail the birb.

Site URL: python-bloggers.com

Feed URL: python-bloggers.com/feed

Posts: 12

Followers: 1

scikit-learn, glmnet, xgboost, lightgbm, pytorch, keras, nnetsauce in probabilistic Machine Learning (for longitudinal data) Reserving (work in progress)

Published: June 6, 2025 00:00

Examples of use of Probabilistic Machine Learning (for longitudinal data) Reserving with scikit-learn, glmnet, xgboost, lightgbm, pytorch, keras, nnetsauce The post scikit-learn, glmnet, xgboost, lightgbm, pytorch, keras, nnetsauce in probabilistic…

Bokeh-Scatter Plot Basics in Python

Published: June 4, 2025 05:57

Bokeh is another data visualization library available in Python. One of Bokeh’s unique features is that it allows for interaction. In this post, we will learn how to make a basic scatterplot in Bokeh while also exploring some of the basic interactions that…

Python version of Beyond ARMA-GARCH: leveraging model-agnostic Quasi-Randomized networks and conformal prediction for nonparametric probabilistic stock forecasting (ML-ARCH)

Published: June 3, 2025 00:00

A flexible hybrid approach to probabilistic stock forecasting that combines machine learning with ARCH effects, offering an alternative to traditional ARMA-GARCH models The post Python version of Beyond ARMA-GARCH: leveraging model-agnostic…

Docker for Development Teams: Beyond the Basics

Published: June 1, 2025 14:49

I’ve been working with Docker for years now across several development teams, and I’ve got to say—there’s a world of difference between knowing basic Docker commands and actually integrating Docker deeply into your development workflow. After countless…

Which patient is going to survive longer? Another guide to using techtonique dot net’s API (with R + Python + the command line) for survival analysis

Published: May 31, 2025 00:00

How to make API calls to techtonique.net for survival analysis and plot the results with rush The post Which patient is going to survive longer? Another guide to using techtonique dot net’s API (with R + Python + the command line) for survival analysis…

A Guide to Using techtonique.net’s API and rush for simulating and plotting Stochastic Scenarios

Published: May 30, 2025 00:00

How to make API calls to techtonique.net for stochastic simulation using diffusion models, and plot the results with rush The post A Guide to Using techtonique.net’s API and rush for simulating and plotting Stochastic Scenarios first appeared on…

Simulating Stochastic Scenarios with Diffusion Models: A Guide to Using techtonique.net’s API for the purpose

Published: May 29, 2025 00:00

How to make API calls to techtonique.net for stochastic simulation using diffusion models The post Simulating Stochastic Scenarios with Diffusion Models: A Guide to Using techtonique.net’s API for the purpose first appeared on Python-bloggers.

The Rise of Haptics Robotics: Can Robots Learn to Feel?

Published: May 27, 2025 13:59

Haptic robotics is bridging the gap between man and machine by enabling robots to simulate touch and emotion. This article dives deep into how it works, current innovations, real-world applications, and the ethical challenges of robots that seem to “feel.”…