ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

(1/2) Google released a new foundation model for time series forecasting 🚀

The TimeFM (Time Series Foundation Model) is a foundation model for time series forecasting applications. This pre-trained model was developed by the Google Research team. It joins the recent trend of leveraging foundation models for time series forecasting, which includes Salesforce's Moirai and Amazon's Chronos.

image/png

datasciencejobs, to datascience
@datasciencejobs@mastodon.social avatar
ramikrispin, to Excel
@ramikrispin@mstdn.social avatar

(1/2) I have been following the work of @stevensanderson and David Kum for a few years now, and I am excited to see the release of their new book 🥳- Extending Excel with Python and R 🚀.

The book focuses on the common conjunction and collaboration between data scientists and Excel users. This includes scaling and automating #Excel tasks with #RStats and #Python and core data science applications such as data wrangling, working with APIs, data visualization, and modeling.

#DataScience

PyDataPGH, to Pittsburgh
@PyDataPGH@fosstodon.org avatar

Join #PyData #Pittsburgh for a casual gathering of the local, national, and international PyData community on the sidelines of #PyCon US 2024! Meet up with fellow #DataScience, #MachineLearning, and scientific computing enthusiasts when the world's largest Python conference comes to town.

https://www.meetup.com/pydata-pittsburgh/events/300961938/

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

In the past few months, I created a bunch of Docker 🐳 tutorials covering random topics, from a fun setting for a Python 🐍 environment on the CLI to advanced topics such as multi-stage builds 🏗️. I organized all the tutorials under one folder, and I plan to keep updating this folder with future-related ones 😎.

Currently on my Docker tutorial TODO list:
➡️ Docker ENTRYPOINT vs CMD
➡️ Docker multi-architecture build

🔗 https://medium.com/@rami.krispin/list/docker-21408ce79e6a

Enjoy!

yabellini, to opensource
@yabellini@fosstodon.org avatar

Day 4. Are Your Students Learning? How to check for learning as we’re teaching

Here are 5 exercises you can use as formative assessments when teaching coding skills, that will allow you to support your student at the moment when the learning is happening.

✍️ https://typeshare.co/yabellini/posts/day-4-are-your-students-learning-how-to-check-for-learning-as-were-teaching

📌 https://yabellini.netlify.app/blog/2024-05-08-30ship30-day4/

#100DaysToOffload #30Ship30 #OpenEducation #OpenSource #TeachingTechTogether
#DataScience #CodingSkills

quinnanya, to datascience
@quinnanya@mstdn.social avatar

I've ended up with an inquiry from a student interested in examples of coming to people because of collection (especially in a war context, but open to anything). Do folks have any favorite pointers / examples I could pass along?

ramikrispin, to llm
@ramikrispin@mstdn.social avatar

(1/2) Prompt Fuzzer - a new open-source project for LLM security 👇🏼

Prompt Fuzzer is a new open-source project that provides a set of functions for assessing the security of GenAI applications. This CLI-based tool enables you to run and test your system prompts to identify security vulnerabilities against potential dynamic LLM-based attacks.

https://github.com/prompt-security/ps-fuzz

yabellini, to opensource
@yabellini@fosstodon.org avatar

Day 3. The Best Tools For Sparking 'Aha' Moments In Your Students.

I love the moment when my students understand something. When they realize they can accomplish a task.

Here, I share some tools I use to create those moments.

✍️ Typeshare: https://typeshare.co/yabellini/posts/day-3-the-best-tools-for-sparking-aha-moments-in-your-students

🚀 My blog: https://yabellini.netlify.app/blog/2024-05-08-30ship30-day3/


rpodcast, to datascience
@rpodcast@podcastindex.social avatar

Episode 164 of the @rstats @rweekly Highlights Podcast has landed! https://serve.podhome.fm/episodepage/r-weekly-highlights/issue-2024-w19-highlights

🤔 More than meets the eye with the R CVE (Ivan Krylov)
🎂 Simulations for birthday probabilities @andrew
recap @appsilon

Not quite ready to change your podcast app? You can boost to the show directly on the Podcast Index at https://podcastindex.org/podcast/1062040

h/t @mike_thomas @colinfay 🙏

yabellini, to datascience
@yabellini@fosstodon.org avatar
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

mszll, to datascience
@mszll@datasci.social avatar

I recently concluded 2 urban projects that I dreamt of doing since a long time, with 2 super talented MSc students who visited us @nerdsitu last year from Germany, Carlson @cbueth and Henrik @supergrobi.

superblockify: https://arxiv.org/abs/2404.15062
CoolWalks: https://arxiv.org/abs/2405.01225

Map with buildings and their shadows, showing 5 different colored paths through a city, going through different amounts of shade

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?

#python #rust #powerShell #programming #dataScience

ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/3) New Release to NeuralForecast 🚀

Version 1.7.1 of the NeuralForecast #Python library was released last month by Nixtla. The NeuralForecast library, as the name implies, provides a neural network framework for time series forecasting. 🧵👇🏼

#deeplearning #DataScience #MachineLearning #forecasting #timeseries

rladies_bergen, to programming
@rladies_bergen@hachyderm.io avatar

It's May already! Let's do something fresh and learn about how to use containers with your projects!
RSVP here:
https://www.meetup.com/rladies-bergen/events/300711368/

rpodcast, to datascience
@rpodcast@podcastindex.social avatar

Episode 163 the @rstats @rweekly Highlights Podcast is out! https://serve.podhome.fm/episodepage/r-weekly-highlights/issue-2024-w18-highlights

🔁 What's new in R 4.4.0 @haematobot @jumpingrivers
📝 Add {bslib} to your snippets @grrrck @Posit
✨ Tailoring Shiny for modern users (Lindsay Jorgenson) & @jdatap

R Weekly is powered by the community. Visit https://rweekly.org to share new resources to the project via a pull request. Plus you can send your hosts a boost on the Podcast Index!

h/t @mike_thomas 🙏

robinlovelace, to datascience
@robinlovelace@fosstodon.org avatar

Request for testing/comment: can any users out there give the {styler.equals} package a spin and kick its metaphorical tires 🚲 ? Install with remotes::install_github("robinlovelace/styler.equals") and see more at https://github.com/Robinlovelace/styler.equals Especially for those who prefer typing = over <- due to laziness or any other reason! Not intending to start a flame war 🔥 arrows are great too ⬅️ Any comments/suggestions welcome 🙏

datasciencejobs, to datascience
@datasciencejobs@mastodon.social avatar
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

datasciencejobs, to datascience
@datasciencejobs@mastodon.social avatar
ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/3) I am excited to share that my course - Data Pipeline Automation with GitHub Actions Using R and Python 🚀, is now available on LinkedIn Learning!

The course provides an introduction to setting up automation with GitHub Actions with both R and Python. Throughout the course, we will use a real-life example by working with the U.S. Energy Information Administration (EIA) API for data automation. 🧵👇🏼

stevensanderson, to datascience
@stevensanderson@mstdn.social avatar

Discover efficient string splitting in R using strsplit()!

Learn practical examples and unleash the power of regular expressions.

Enhance your data cleaning skills and level up your R programming.

Experiment with strsplit() today!

Post: https://www.spsanderson.com/steveondata/posts/2024-04-26/

#DataAnalysis #DataScience #RProgramming #R #RStats #Programming #Coding

image/png

datasciencejobs, to datascience
@datasciencejobs@mastodon.social avatar

🏢 LV= General Insurance is hiring a Senior Data Scientist
Location: 🇬🇧 London, United Kingdom

https://datasciencejobs.com/jobs/senior-data-scientist-lv-general-insurance-united-kingdom-1/

jumpingrivers, to datascience
@jumpingrivers@fosstodon.org avatar

📣 Exciting news, everyone! 🌟 Make sure to head over to this weeks blog "What's new in R 4.4.0?" by Russ Hyde, and dive into the world of the latest R release📊🔬💻

Discover some of the amazing new features that this version has to offer! 🔍 🔭 🚀


https://www.jumpingrivers.com/blog/whats-new-r44/

  • All
  • Subscribed
  • Moderated
  • Favorites
  • normalnudes
  • tsrsr
  • DreamBathrooms
  • cubers
  • magazineikmin
  • thenastyranch
  • Youngstown
  • InstantRegret
  • slotface
  • ngwrru68w68
  • rosin
  • everett
  • kavyap
  • PowerRangers
  • Leos
  • hgfsjryuu7
  • Durango
  • cisconetworking
  • mdbf
  • vwfavf
  • GTA5RPClips
  • osvaldo12
  • khanakhh
  • ethstaker
  • modclub
  • tester
  • tacticalgear
  • anitta
  • All magazines