JamesDBartlett3, to tableau
@JamesDBartlett3@techhub.social avatar

I'm immensely proud of my wife, @likeawednesday.

She worked tirelessly on her at for two grueling years during the pandemic, and now all of her hard work has finally paid off. She just accepted a new position with , starting later this month!

Erin will be working primarily with , whereas I'm a dyed-in-the-wool , so we'll soon have a bitter in our household. ! 🤬😏

Kidding aside, every tool has its own and , and I know that Power BI can do certain things that Tableau can't do, but I'm also sure that the reverse is true as well.

Erin and I frequently talk about the we use at work during our lunches and evening walks, and I'm genuinely looking forward to more about from her, as we continue honing each other's minds like iron sharpening iron. ⚔️

raoulvanoosten, to statistics

I managed to simulate data and use those to calculate power for an upcoming experiment. However, power is highly variable because there is quite some variation in the real data. In some cases I need only 16 blocks for 90% power, whereas in others not even 20 blocks is enough. How would you proceed?

I used the simr package with a generalized linear model to calculate power.

MrHedmad, to random
@MrHedmad@genomic.social avatar

Do you use Continuous Integration in your or projects or know of projects that do? If so, can you provide the link to the example? If not, why? Do you feel it would take too much time?

christina, to datascience
@christina@social.coop avatar

is the heart of my work, but I don’t talk much about the practice of it.

I’m starting to, and would love to know if you’d be interested in shaping the possibilities of the field.

spelled_with_a_k, to Hockey
@spelled_with_a_k@bardown.space avatar

It should come as no surprise that Freddy and Sway have filed for arbitration. Not only is it their right, but they absolutely have earned it.

If you've been following along, Freddy, Sway (& Cliffy) were the first players to go through my report card system.

You can learn more about it on my Substack! https://checkthisdata.substack.com/

@hockey @bostonbruinsgameday @hnom

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

(1/3) Meta released Code Llama 🚀 today - an LLM for code generation. It is built on top of Llama 2, and it includes the following functionality:
✅ Code generation based on user prompts
✅ Code completion
✅ Code debugging
✅ Supporting languages such as Python, C++, Java, PHP, Typescripts (JS), C#, and Bash

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

What is your favorite hexagon? 😎

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

(1/2) Cookbook Polars for R 🐻‍❄️🚀

The Cookbook Polars for R, by Damien Dotta, is a new book that provides an introduction to the R version of Polar with practical examples. In addition, the book provides a side-by-side comparison, when applicable, to other data packages in R, such as base R, dplyr, and data.table.

image/png
image/png

tiago, to python
@tiago@social.skewed.de avatar

Good news everyone! A new version of :gt: graph-tool is just out! @graph_tool

https://graph-tool.skewed.de

:gt: @graph_tool is a comprehensive and efficient :python: Python library to work with networks, including structural, dynamical and statistical algorithms, as well as visualization.

It uses :cpp: C++ under the hood for the heavy lifting, making it quite fast.

This version includes new features, bug fixes, and improved documentation: https://graph-tool.skewed.de/static/doc/index.html

One of the new features is scalable and principled network reconstruction: https://graph-tool.skewed.de/static/doc/demos/reconstruction_indirect/reconstruction.html

Single line installation:

Anaconda ⤵️
conda create --name gt -c conda-forge graph-tool

Homebrew ⤵️
brew install graph-tool

Debian/Ubuntu ⤵️
apt-get install python3-graph-tool

Gentoo ⤵️
emerge graph-tool

Docker ⤵️
docker pull tiagopeixoto/graph-tool

You can also play it with in colab: https://colab.research.google.com/github/count0/colab-gt/blob/master/colab-gt.ipynb

@networkscience
@datascience
@python

image/png
image/png

robinlovelace, (edited ) to foss
@robinlovelace@fosstodon.org avatar

Request for help from anyone with package development experience or knowledge of time data, especially if you've worked with .ical files before: checks failing in the {calendar} package preventing updated on CRAN and I'm not sure why 🤷 . Thanks to new contributors for reviving this package after ~5 years dev hiatus! Please spread the word @rOpenSci and anyone in this for (or at least dates) space! Details: https://github.com/ATFutures/calendar/issues/50

ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/2) Moirai - Salesforce's Foundation Forecasting Model 🚀

Salesforce recently released Moirari - a new 🐍 library with a foundation model for time series forecasting applications. According to the release blog - the model comes with universal forecasting capabilities and can handle multiple scenarios and different frequencies.

ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/4) Setting A Dockerized Python Environment — The Hard Way

I create a (relatively) short tutorial about setting up a dockerized 🐳 Python 🐍 environment on the command line (CLI). Generally, I don't advocate anyone to set their Python development workflow via the CLI. There are better tools to work with Python and Docker, such as VScode with the Dev Containers extension. 🧵👇🏼

🔗: https://medium.com/p/e62531bca7a0

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

(1/4)𝐍𝐞𝐰 𝐛𝐨𝐨𝐤 𝐟𝐨𝐫 𝐝𝐞𝐞𝐩 𝐥𝐞𝐚𝐫𝐧𝐢𝐧𝐠 🚀🚀🚀

Understanding Deep Learning by Prof. Simon J.D. Prince is a new book that focuses, as the name implies, on the Foundation of deep learning.
🧶🧵👇🏼

Images credit: from the book

freemo, to hiring
@freemo@qoto.org avatar

If anyone knows of any senior level programmers or Data Scientists looking to be hired please let me know.

Semantic Web, AI, and Java are some of the key techs. Open-source and Linux oriented experience ideally.

I will be the hiring manager if anyone has questions.

Here are the job descriptions:

https://docs.cleverthis.com/en/human_resources/organizational_structure/sr_developer

https://docs.cleverthis.com/en/human_resources/organizational_structure/sr_data_scientist

#Hiring #Job #Jobs #Java #SemanticWeb #Semantics #AI #DataScience #BigData #Programming

ramikrispin, to vscode
@ramikrispin@mstdn.social avatar

Over the weekend, I continued working on my new tutorial for setting up a dockerized 🐳 R development environment on VScode 💻.

➡️ https://github.com/RamiKrispin/vscode-r

Completed:
✅ R settings
✅ Motivation/intro
✅ Scope
✅ Prerequisites/Requirements

⚠️WIP 🚧:
➡️ Getting Started with Docker
➡️ Docker with R - the Hard Way
➡️ Setting R Environment with Docker

video/mp4

DataAngler, to datascience
@DataAngler@vis.social avatar

This is an excellent tutorial from @debruine on how to create a power simulation in and call the simulation n times with parameters in a dataframe. Which is so useful for wanting to check how power is affected by different aspects of study design

But I get messages in R that purrr::pmap_dfr are superseded, so are we supposed to switch to a different set of functions for passing a dataframe of parameters to a function?

DataGeekB, to datascience
@DataGeekB@mastodon.social avatar

Who here does the monthly Data Infrastructure quiz that Steve Pierson/ASA publish each month?

I've been playing for ages and FINALLY got a 5/5!!!

https://www.amstat.org/policy-and-advocacy/count-on-stats

@demography a.gup.pe

schizanon, to AWS
@schizanon@mas.to avatar

Of all the services I've learned about so far is the one I have the least idea what I'm supposed to do with it.

It just moves around. Why would I need a service for that? I just use the network.

Why does this exist?

adityadahiya, to datascience
@adityadahiya@mastodon.social avatar

Week 52. A stream-plot: Different Licenses of packages in last 2 decades - rising popularity of MIT license!
Analysis & Code🔗: http://tinyurl.com/tidy-r-pkgs
Data: Mark Padgham & @noamross

brodriguesco, to datascience
@brodriguesco@fosstodon.org avatar

I'm really happy to be speaking at the NHS-R conference on Wednesday 11th October 2023! I'll talk about how to build data science projects that are reproducible!To sign up https://nhsrcommunity.com/events/

ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/4) 𝐈𝐧𝐭𝐫𝐨𝐝𝐮𝐜𝐭𝐢𝐨𝐧 𝐭𝐨 𝐌𝐮𝐥𝐭𝐢-𝐒𝐭𝐚𝐠𝐞 𝐈𝐦𝐚𝐠𝐞 𝐁𝐮𝐢𝐥𝐝 🐳 𝐟𝐨𝐫 𝐏𝐲𝐭𝐡𝐨𝐧 🐍

The size of the Docker image could quickly increase during the build time. I became more mindful of the image size when I started to deploy on Github Actions. The bigger the image size, the longer the run time and the higher the runtime cost.

This is when you should consider using a multi-stage build 🚀.

🧵👇🏼

davidr, to datascience
@davidr@hachyderm.io avatar

peeps, hear my cry!

Let's say there's a periodic process that I'm sampling. The period is changing slowly (<1% per cycle). I get a sample on a lot of the cycles, but not necessarily every one.

I'm sure I can bodge together an to figure out the "fundamental period" and how it is changing over time, but I also bet something already exists.

What's my keyword?

royal, to python
@royal@theres.life avatar

I think in PowerShell and can manage in Python. I want to learn Rust to the degree I can write in it directly, rather than prototyping in PowerShell and then converting.

A lot of what I do is data manipulation and analysis. (Take several CSV files as input, and output new CSV files that answer business questions based on the inputs.) I'm seriously impressed with Rust's performance here.

If you've made this transition, advice on where to begin?

Sevoris, to datascience

Question for and folks of Mastodon - how do you deal with time-series data in and what would you prefer to use instead?

I‘m starting to get fed up with how half-baked the implementation is and it‘s feeling like time drain

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

(1/4) Chronos - Amazon LLM for Forecasting 🚀👇🏼

Yesterday, Amazon released a new open-source project, Chronos - a family of pre-trained time series forecasting models based on language model architectures.

🧶🧵👇🏼

Image credit: Blog post

  • All
  • Subscribed
  • Moderated
  • Favorites
  • tester
  • kavyap
  • DreamBathrooms
  • modclub
  • GTA5RPClips
  • InstantRegret
  • magazineikmin
  • Youngstown
  • thenastyranch
  • rosin
  • slotface
  • mdbf
  • khanakhh
  • ngwrru68w68
  • JUstTest
  • anitta
  • normalnudes
  • Leos
  • cisconetworking
  • osvaldo12
  • everett
  • Durango
  • tacticalgear
  • provamag3
  • megavids
  • ethstaker
  • cubers
  • lostlight
  • All magazines