This article originally appeared on ingest this!, a curated newsletter about Data Engineering, MLOps, and Machine Learning Engineering.
Read this π
DevTools for language models β predicting the future
This post covers the state of LLM DevTools today and where the authors think itβs heading in the future, touching on topics such as experimentation, prompt design, vector databases, and more.
Watch this π
OpenAI CEO on GPT-4, ChatGPT, and the future of AI
In this podcast episode, Lex Fridman interviews Sam Altman, CEO of OpenAI. They cover a wide range of topics, from GPT-4 to the meaning of life.
Hack this π οΈ
Add generative artificial intelligence capabilities to Pandas with PandasAI
PandasAI is a Python library that adds generative artificial intelligence capabilities to Pandas, the popular data analysis and manipulation tool. It makes Pandas conversational, allowing you to ask questions about your data and get answers back, in the form of Pandas DataFrames. It can also create plots from a DataFrame.
pandas_ai.run(
df,
"Plot the histogram of countries showing for each the gpd, using different colors for each bar")
Meme this π
This article originally appeared on ingest this!, a curated newsletter about Data Engineering, MLOps, and Machine Learning Engineering.
Top comments (0)