dodothedev, to random

I helped my wife with some pre-course application last night (she's applying for a bootcamp).
Later, she said it was nice to "see me use my brain". It wasn't an insult, all my previous jobs have been quite mindless, whereas her job is very challenging.
I then started reading my new book: The Computers That Made Britain from @Raspberry_Pi press. I got stuck on a word in the second paragraph 🤣🤣

In my defence, she'd never heard of inveigled either.

dyedbird, to linux

Hello mastadon world! I'm dyedbird. Husband, father and a brother from Maryland. Transitioned to #datascience about 1.5 year ago from another career and have been enjoying it so far. Want to learn more about #linux , #python3, #ai

timdnewman, to random
@timdnewman@mastodon.social avatar

When you are starting a new project but you have to use windows and aren't allowed docker. And it crashes (see windows) and you forget to switch back to your environment to install the rest of the packages and mess up base:

(Alt text here otherwise it deletes gif- Elen Rippley from alien: I say we take off and nuke it from orbit... It's the only way to be sure)

video/mp4

stevelord, to climate
@stevelord@bladerunner.social avatar

Learning me a on the tiny X230 to try and sleep at night. Processing 83 years of ERA5 2m temperature data from CDS:

A plot of the earth using Robinson projection showing the mean 2m temperature for Feb 2023.

ramikrispin, to vscode
@ramikrispin@mstdn.social avatar

Getting close to finish the Python 🐍 setup with VScode 💻 and Docker 🐳 tutorial. Working now on the last part while stuck on an ✈️ for 14 hours 👇🏼

https://github.com/RamiKrispin/vscode-python

#vscode #docker #python #datascience

GaelVaroquaux, to statistics

📕Why statistics tend not only to describe the world but to change it

Great read for statistician: aggregate quantities to reason at the population level have no absolute meaning & result from loaded choices

https://www.lrb.co.uk/the-paper/v22/n08/lorraine-daston/why-statistics-tend-not-only-to-describe-the-world-but-to-change-it

Summary of Alain Desrosières' work

image/jpeg
image/jpeg

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

(1/3) I created a step-by-step tutorial for launching and customizing the RStudio server in a container using the Rocker RStudio image 🐳 and the run command 🚀 👇🏼

Setting and running RStudio inside a containerized environment is easier than it seems, thanks to the Rocker project. This tutorial mainly focuses on the docker run command.

hosford42, to machinelearning
@hosford42@techhub.social avatar

The entire and team, including me, just got laid off. :( :( :( :( :(

Anybody out there looking for an ML or software engineer with >30 years total experience and ~20 years in the industry?

I have extensive experience with and frameworks, particularly , and I've worked on and both in the workplace and in personal open source projects. My resume is available here:

https://hosford42.github.io/

I'd love to work for a or non-profit, if that's a possibility, but I'm open to other options.

If you work in this industry or know someone who does, please boost for reach.


ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/4) TIL about the plotnine library- the grammar of graphics in Python 🚀

I had never heard about the Plotnine library until I came across the Posit Plotnine contest (see the link below). The plotnine is a Python implementation of a grammar of graphics based on the ggplot2 library.

image/png
image/png

ramikrispin, to python
@ramikrispin@mstdn.social avatar

This weekend working on a fun project combining AirFlow, MLflow, and Darts 😎

ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/3) New Release to NeuralForecast 🚀

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

stevensanderson, to datascience
@stevensanderson@mstdn.social avatar

Got NA's in your data? Well, if you want to get rid of them then this post is for you!

#R

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

news, to ai
@news@mastodon.toptechtidbits.com avatar

AI-Weekly for Tuesday, February 27, 2024 - Volume 101
https://ai-weekly.ai/newsletter-02-27-2024/

The Week's News in Artificial Intelligence
A Mind Vault Solutions, Ltd. Publication

AI-Weekly. The world's #1 online resource for current news and trends in artificial intelligence.

Subscribers: 14,444 Opt-In Subscribers were sent this issue via email.

researchbuzz, to conservative
@researchbuzz@researchbuzz.masto.host avatar

'The DSI and the IDI, with support from the 11th Hour Project, launched a new tool called PalmWatch on Feb. 22. Using rigorous data science and advanced, low-cost data visualization methods, PalmWatch traces palm oil supplies from the ground level, where the environmental and social impacts of palm oil cultivation occur, to the consumer brands that use the oil in their products.'

https://news.uchicago.edu/story/new-tool-created-uchicago-data-science-institute-sheds-light-palm-oil-production

stevensanderson, to datascience
@stevensanderson@mstdn.social avatar

Struggling with weird variable names in R? make.names to the rescue! This function wrangles your names into R-approved format (letters, numbers, periods, underscores). Bonus: set unique = TRUE for no duplicates! Try it on funky characters & data frames! 🪄 Master make.names and become an R name-wrangling pro! #R

Post: https://www.spsanderson.com/steveondata/posts/2024-03-11/

image/png

rpodcast, to datascience
@rpodcast@podcastindex.social avatar

Episode 151 of the @rstats @rweekly Highlights Podcast is packed with teachable moments for everyone! https://share.fireside.fm/episode/87RSVeFz+Wtk1siKa

🏫 Teaching you, teaching me @Drmowinckels
🛠️ Adventures with {renv} @grusonh
🥊 Parquet versus RDS format @csgillespie @jumpingrivers

R-Weekly is powered by the community. Visit https://rweekly.org to share new resources, and with a new podcast app send your hosts a fun boost! https://podcastapps.com

h/t @mike_thomas @R_by_Ryo 🙏

ramikrispin, to machinelearning
@ramikrispin@mstdn.social avatar

MLX Examples 🚀

The MLX is Apple's framework for machine learning applications on Apple silicon. The MLX examples repository provides a set of examples for using the MLX framework. This includes examples of:
✅ Text models such as transformer, Llama, Mistral, and Phi-2 models
✅ Image models such as Stable Diffusion
✅ Audio and speech recognition with OpenAI's Whisper
✅ Support for some Hugging Face models

🔗 https://github.com/ml-explore/mlx-examples

ramikrispin, to Bash
@ramikrispin@mstdn.social avatar

A Bash Scripting Course 🚀

Bash is a useful language for automating processes on the command line and has a lot of applications from IT to MLOps. The Bash Scripting on Linux course by Jay LaCroix is an intro course for Bash. The course focuses on the foundation of Bash scripting, and it covers the following topics:
✅ Working with variables
✅ If-Else statements
✅ Loops
✅ Functions
✅ Arguments
✅ Scheduling

Course 📽️: https://www.youtube.com/playlist?list=PLT98CRl2KxKGj-VKtApD8-zCqSaN2mD4w

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

(1/3) Introduction to Data Wrangler 🚀

Data Wrangler is a new Microsoft VScode extension for data exploratory analysis. It supports Python 🐍 and Pandas 🐼 DataFrame objects and is integrated into VScode Jupyter Notebooks. Here are some of the functionalities of Data Wrangler:
✅ Data review
✅ Column filtering
✅ Summary statistics
✅ Data cleaning and transformation
✅ Hadeling missing values
✅ Creating new fields

image/png

ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/3)Modeling Short Time Series with Prior Knowledge in PyMC 🚀

Yesterday, I shared an article by Tim Radtke about forecasting insufficient time series data with a Bayesian approach using R. Here is the Python version 🧵👇🏼

ramikrispin, to llm
@ramikrispin@mstdn.social avatar

(1/3) Llama 3 is out! 🚀

Meta released today Llama 3, the next generation of the Llama model. LLama 3 is a state-of-the-art open-source large language model. Here are some of the key features of the model: 🧵👇🏼

video/mp4

stevensanderson, to datascience
@stevensanderson@mstdn.social avatar

Taming Your Data with Filtering in R

Feeling lost in your data jungle? Filtering is your machete!

Master data.tables:

  • Filter by conditions
  • Combine conditions
  • Filter by list values

Conquer data.frames:

  • Use logical operators
  • Subset with row indices

#R

Post: https://www.spsanderson.com/steveondata/posts/2024-02-23/

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

(1/3 ) Introduction to Fabric 🚀

Fabric is a new open-source project that provides a framework to support AI applications. The goal of Fabric is to unify the communication with AI agents (e.g., LLMs, etc.) by creating a library of Patterns (e.g., prompts) for day-to-day use cases.

Image credit: Project Github

#DataScience #MachineLearning #ai #llm #prompt

swatantra, to datascience
@swatantra@fosstodon.org avatar

Has anyone tried dataframes in #R? How was your experience, especially when working with a large dataset?

@rstats

stevensanderson, to datascience
@stevensanderson@mstdn.social avatar

Unleash Excel date power in R! Convert formats to proper dates effortlessly. With as.Date() & convertToDateTime(), transform data for smoother analysis. Dive into R, empower your data journey! Try it yourself & elevate your analysis game!

#R

Post: https://www.spsanderson.com/steveondata/posts/2024-02-05/

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