Welcome!
Expanding Array Columns in Pandas DataFrames and wrap up in scikit-learn transformer Expanding Array Columns in Pandas DataFrames and wrap up in scikit-learn transformer
Sometimes, you may find yourself working with a Pandas DataFrame that contains a column of arrays with the same length.
Longer and more, the one minute takeaways of GPT4 model Longer and more, the one minute takeaways of GPT4 model
Most impressive thing:The token limits goes from 4K up to 32K tokens (or roughly 50 pages of texts).Now we can use GPT4
2023-03-14
Adding progress bars and parallelize tasks in Python Adding progress bars and parallelize tasks in Python
use tqdm and pqdm in Python to add progress bars to your code and parallelize tasks. Projects in Python often involve lo
How to convert CURL to python requests and vice versa How to convert CURL to python requests and vice versa
curl and Python requests are both powerful tools for sending HTTP requests. While curl is a command-line tool that allow
Difference between `json` and `data` parameter of the HTTP POST Requests with JSON Data in Python using the Requests Library Difference between `json` and `data` parameter of the HTTP POST Requests with JSON Data in Python using the Requests Library
HTTP POST requests are a common way to send data to web servers from client applications. When sending JSON data as the
How to Prettify and Visualize JSON Data in Python How to Prettify and Visualize JSON Data in Python
JSON (JavaScript Object Notation) is a lightweight data interchange format that is widely used in web applications and A
What impact can we expect on the advertising market in light of the ChatGPT era? What impact can we expect on the advertising market in light of the ChatGPT era?
We know this formula:Ads revenue = Traffic x Ad impressions x Effective cost per mille (eCPM) Let’s first look at traffi
2023-03-05
One-line Code to Remove Duplicates in a List While Maintaining the Original Order of Elements One-line Code to Remove Duplicates in a List While Maintaining the Original Order of Elements
Python is a popular programming language for its simplicity and ease of use. When working with lists in Python, you may
2023-03-01
How does two tower system work in the recommender system How does two tower system work in the recommender system
The two-tower recommendation system is a type of collaborative filtering algorithm used in recommendation systems. It is
2023-02-26
AlphaGo and ChatGPT, The Similarities Between Two AI Titans AlphaGo and ChatGPT, The Similarities Between Two AI Titans
AlphaGo and ChatGPT are two of the most famous and groundbreaking AI systems ever created.While they were designed for d
2023-02-15
Transforming One or More Columns of a Pandas DataFrame using ColumnTransformer Transforming One or More Columns of a Pandas DataFrame using ColumnTransformer
When working with tabular data, it’s common to have to transform one or more columns to make them more amenable to analy
2023-02-14
Unveiling the Future Challenges for ChatGPT, Navigating the Risks Ahead Unveiling the Future Challenges for ChatGPT, Navigating the Risks Ahead
ChatGPT, the popular language model developed by OpenAI, has revolutionized the way we interact with AI. However, as th
2023-02-13
21 / 28