Explore >> Select a destination


You are here

dm13450.github.io
| | juliasilge.com
3.0 parsecs away

Travel
| | Packages, versions, and archiving
| | austinrochford.com
5.0 parsecs away

Travel
| | Splines are a powerful tool when modeling nonlinear relationships. This post shows how to include splines in a Bayesian model in Python using pymc3. In addition, we will show how to use a second splin
| | www.civilytics.com
4.0 parsecs away

Travel
| | Update: Since this post was released I have co-authored an R package to make some of the items in this post easier to do. This package is called merTools and is available on CRAN and on GitHub. To read more about it, read my new post hereand check out the packageon GitHub. Introduction First of [...]
| | wittchen.io
13.0 parsecs away

Travel
| Introduction I have my own tiny Python project called spotify-cli-linux, which is (surprise!) command line interface for Spotify desktop app on Linux. Python is not my primary programming language and I work more with Java. Nevertheless, I find this language enjoyable and useful in many cases, so I try to learn something new about it from time to time. In the beginning, I've provided instructions how to install my Python script in the system via curl and wget, which is fine, but it's not recommended and ...