ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

DevOps for Data Science - New Book 🚀

Always happy to see new MLOps books! The DevOps for Data Science is a new book by Alex K Gold. As the name implies, the book focuses on topics related to DevOps for data scientists. This includes the following:
✅ Command line
✅ Working with Linux systems
✅ Docker
✅ Scaling resources
✅ Network, domains, DNS, SSL, etc.
✅ Authentication

ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/5) 𝐇𝐚𝐩𝐩𝐲 𝐒𝐚𝐭𝐮𝐫𝐝𝐚𝐲! ☀️
Here are a few steps you can take to reduce your Python 🐍 image size 👇🏼

TLDR - Using slim image and multi-stage build

Posit, to python
@Posit@fosstodon.org avatar

posit::conf(2024) virtual tickets are now available!
Join us on August 12-14—from all over the world—to live stream the incredible talks and keynotes that will be taking place in Seattle.

We understand that not everyone will be able to make the trip to Seattle this year, so we’re excited to offer a fully virtual offering for everyone as an alternate option.
REGISTER: https://posit.co/conference/

#posit #rstats #python #pydata #DataScience

moorejh, to LLMs
@moorejh@mastodon.online avatar

Our KRAGEN paper is out! This method combines LLMs & RAG with Graph of Thoughts for asking complex questions of a knowledge graph or any vector DB https://academic.oup.com/bioinformatics/advance-article/doi/10.1093/bioinformatics/btae353/7687047

ramikrispin, to machinelearning
@ramikrispin@mstdn.social avatar

(1/2) I am excited to present at the useR!2024 conference on July 2nd!

I am going to run a virtual workshop about deployment and monitoring data and ML pipelines using free and open-source tools. This includes setting pipelines using GitHub Actions, Docker 🐳, R, and Quarto 🚀.

When 📆: July 2nd at 10 AM PST

ramikrispin, to ArtificialIntelligence
@ramikrispin@mstdn.social avatar

(1/2) Congratulations to my friend Lior and his co-author Meysam for the release of their new book - Mastering NLP from Foundations to LLMs 🎉

I met Lior a few years ago at a conference, and since then, I have been following his work in the field of NLP ❤️.

FelipeSMBarros, to python Portuguese
@FelipeSMBarros@mastodon.social avatar

🚀 Anúncio: Nova Versão do Módulo Python crossfire!

A nova versão do módulo Python crossfire, desenvolvida por mim e @cuducos está disponível!

✨ Novidades:

Bug corrigido: Agora compatível com Google Colab!
Funcionalidade extra: Parâmetro que desempacota dados aninhados para facilitar a análise.
Ideal para jornalistas de dados e analistas! Cadastre-se na API do Fogo Cruzado e acesse os dados direto no Python.

Mapa da região de recife apresentando pontos indicando a localização de tiroteios e os motivos daods mesmos, como "Ataques a civis", "Ação Policial", entre outros.

sebkrantz, to datascience
@sebkrantz@fosstodon.org avatar

In the development version of {collapse} [v2.0.15, available via install.packages("collapse", repos = "https://fastverse.r-universe.dev")], the pivot() function has received a FUN argument to support aggregation, including a number or hard-coded internal functions that do this "on the fly". Initial benchmarks show that this significantly outperforms other pivot table options in R. More at https://sebkrantz.github.io/collapse/reference/pivot.html (feel free to test and give feedback).

RConsortium, to HR
@RConsortium@fosstodon.org avatar

🐘✨ Great news from Marcela Victoria Soto at R4HR in Buenos Aires! She recently shared updates about their dynamic activities: "Data analysis is crucial for agile decision-making in companies." Join them on June 1, 2024, for the "Data Visualization in HR" event. Perfect for Spanish-speaking R users interested in HR analytics. 📅👥 Read more: https://www.r-consortium.org/blog/2024/05/30/r4hr-in-buenos-aires-leveraging-r-for-dynamic-hr-solutions

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar
telescoper.blog, to ai
@telescoper.blog@telescoper.blog avatar

Before I head off on a trip to various parts of not-Barcelona, I thought I’d share a somewhat provocative paper by David Hogg and Soledad Villar. In my capacity as journal editor over the past few years I’ve noticed that there has been a phenomenal increase in astrophysics papers discussing applications of various forms of Machine Leaning (ML). This paper looks into issues around the use of ML not just in astrophysics but elsewhere in the natural sciences.

The abstract reads:

Machine learning (ML) methods are having a huge impact across all of the sciences. However, ML has a strong ontology – in which only the data exist – and a strong epistemology – in which a model is considered good if it performs well on held-out training data. These philosophies are in strong conflict with both standard practices and key philosophies in the natural sciences. Here, we identify some locations for ML in the natural sciences at which the ontology and epistemology are valuable. For example, when an expressive machine learning model is used in a causal inference to represent the effects of confounders, such as foregrounds, backgrounds, or instrument calibration parameters, the model capacity and loose philosophy of ML can make the results more trustworthy. We also show that there are contexts in which the introduction of ML introduces strong, unwanted statistical biases. For one, when ML models are used to emulate physical (or first-principles) simulations, they introduce strong confirmation biases. For another, when expressive regressions are used to label datasets, those labels cannot be used in downstream joint or ensemble analyses without taking on uncontrolled biases. The question in the title is being asked of all of the natural sciences; that is, we are calling on the scientific communities to take a step back and consider the role and value of ML in their fields; the (partial) answers we give here come from the particular perspective of physics

arXiv:2405.18095

P.S. The answer to the question posed in the title is probably “yes”.

https://telescoper.blog/2024/05/30/is-machine-learning-good-or-bad-for-the-natural-sciences/

#AI #ArtificialIntelligence #arXiv240518095 #Astrophysics #Cosmology #DataScience #deepLearning #MachineLearning

unicornCoder, to datascience
@unicornCoder@fosstodon.org avatar

some #rstats #DataScience plotting of Canadian #cannabis sales by cannabis type

seems like Canadian 🍁 love the dried flower

plot 2: Canadian sales of cannabis by cannabis type for year 2022/2023, with dried cannabis having sales of $3,026,970

CSVCONF, to datascience
@CSVCONF@mastodon.social avatar

📣 Our second keynote speaker of the day is @tracykteal who's reflecting on #DataScience leadership #CSVCONF #CommaLlama

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

Gradient Descent Visualization 👇🏼

I was looking for examples of interactive data visualization for a gradient descent algorithm, and I found this app by Lili Jiang. This desktop app is based on C++ and enables simulation and visualization of different gradient descent algorithms, such as momentum, AdaGrad, RMSProp, and Adam. The app enables to compare different methods simultaneously.

https://github.com/lilipads/gradient_descent_viz

Image credit: App repository

video/mp4

mia, to datascience
@mia@hcommons.social avatar

James Baker on Bluesky: 'From 2025/26 University of Southampton DH will be running a new MSc in Digital Humanities (Data Science). Huge thanks to all my colleagues who've helped turn our little idea into a reality, especially the amazing
Lexi Webster https://www.southampton.ac.uk/courses/digital-humanities-data-science-masters-msc

And look out for a Humanities Data Science Lectureship we'll be advertising in the Autumn to lead this programme (ask me if you are interested in knowing more before the ad comes out).'

#DigitalHumanities #DataScience

rhazn, to datascience
@rhazn@mas.to avatar

Interesting use of for long term trends and great use of web tech to communicate that, recommended reading: Gamers Have Become Less Interested in Strategic Thinking and Planning https://quanticfoundry.com/2024/05/21/strategy-decline/

datasciencejobscanada, to vancouver
@datasciencejobscanada@mastodon.social avatar
ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

(1/2) Shiny Apps for demystifying statistical models and methods 🚀

This is a cool website that explains different statistical concepts with the use of interactive Shiny Apps. Ben Prytherch made this website from the Department of Statistics at Colorado State University.

#DataScience #Stats #statistics #MachineLearning #RStats

video/mp4

kristinHenry, to datascience
@kristinHenry@vis.social avatar

Some of the folks who signed up for my #StickersAndStamps project finally got an email from me, thanking them for letting me know when their letters arrived.

Most of them arrived on, or near, the the day I had my surgery.

My recovery is still going well, and I finally had the mental and physical energy for the correspondence.

I'll be returning to working on the data visualization and art of the project soon!

#cancer #DataScience #CitizenScience #penpal #art

rladiesrome, to datascience
@rladiesrome@fosstodon.org avatar

🎥 Recording Available! 🎥

Missed our recent "R in Production" event with Hadley Wickham? Don't worry! Watch now for practical tips & insights. 🚀 #RProgramming #DataScience #TechCommunity

🔗https://rladiesrome.org/talks/2024/meetup/05242024/

@hadleywickham @rladiesnyc @posit_pbc

@fgazzelloni @silacos

datasciencejobs, to datascience
@datasciencejobs@mastodon.social avatar

🏢 Caterpillar Inc. is hiring a Data Scientist
Location: 🇬🇧 Peterborough, United Kingdom
💰 Salary: £46 000 - £56 000

https://datasciencejobs.com/jobs/data-scientist-caterpillar-inc-united-kingdom-9/

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.

#python #rstats #dataviz #DataScience #opensource

image/png
image/png

datasciencejobs, to datascience
@datasciencejobs@mastodon.social avatar
LabPlot, to datascience
@LabPlot@floss.social avatar

Below is just a small sample of plots that were created with #lLabPlot.

@labplot

#LabPlot is a FREE, open source and cross-platform Data Visualization and Data Analysis software.

Would you like to share with us your plots made in LabPlot?

#DataAnalysis #DataScience #Data #DataViz #DataVisualization #Science #Statistics #Mathematics #Math #STEM #FOSS #FLOSS #OpenSource #KDE

datasciencejobs, to datascience
@datasciencejobs@mastodon.social avatar

💼 Veson Nautical is hiring a Data Scientist
Location: 🇬🇧 Stoke-on-Trent, United Kingdom

#DataScience #DataScientist #tech #JobSearch #GetFediHired #HashyJobs #UK

https://datasciencejobs.com/jobs/data-scientist-veson-nautical-united-kingdom-1/

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