Data Science News

Discover the latest Data Science development news, repositories, and conferences at Hackertab.

Latest Data Science articles

Data Analytics

Data Analytics

In today's data-driven world, information is everywhere. But without the right tools and techniques, it remains just that – information. This is where data analytics comes into play. "Data analytics is the process of examining raw data to uncover ins...

05 May 2024hashnode

Introducing Tapyr: Create and Deploy Enterprise-Ready PyShiny Dashboards with Ease

Introducing Tapyr: Create and Deploy Enterprise-Ready PyShiny Dashboards with Ease

Are you an R/Shiny user looking to leverage the incredible capabilities of Shiny for Python without...

05 May 2024devto

Set up Jupyter Notebook within an isolated Python environment

Set up Jupyter Notebook within an isolated Python environment

Prerequisite: Confirm pip3 and python3 are correctly installed. python3 --version pip3 --version Step 1: Install Python virtual environment pip3 install virtualenv Step 2: Create a Virtual environment and activate it. virtualenv mytestvenv source...

05 May 2024hashnode

Crafting Stunning Visualizations

Crafting Stunning Visualizations

Introduction: Visualizations are essential tools for conveying insights and patterns hidden within data. Matplotlib and Seaborn, two powerhouse libraries in Python, offer a rich set of functionalities for creating visually appealing and informative p...

04 May 2024hashnode

Unraveling the Mysteries of Numerical Computing with Numpy

Unraveling the Mysteries of Numerical Computing with Numpy

Introduction: In the realm of numerical computing, efficiency and performance are paramount. Python, with its rich ecosystem of libraries, offers a powerful toolset for tackling complex mathematical computations. At the heart of this ecosystem lies N...

04 May 2024hashnode

💰 Unleash ollama potential w. data and LLM capabilities

💰 Unleash ollama potential w. data and LLM capabilities

💭 First thoughts Since I discovered ollama many months ago, day after day the feeling that...

03 May 2024devto

Introduction to Web Scraping with Python

Introduction to Web Scraping with Python

Web scraping is the process where data is extracted from websites. It plays a very important role in...

03 May 2024devto

Computer Vision Meetup: Who needs RLHF When You Have SFT?

Computer Vision Meetup: Who needs RLHF When You Have SFT?

This talk will center around Reinforcement Learning from Human Feedback, and more importantly, “Why”...

02 May 2024devto

Machine Learning : Things you don't know yet !!!

Machine Learning : Things you don't know yet !!!

Machine Learning, although not a recent innovation, has been circulating since the 1950s. Its...

02 May 2024devto

Enhancing your dbt project with Large Language Models

Enhancing your dbt project with Large Language Models

TL;DR You can automatically solve typical Natural Language Processing tasks (classification, sentiment analysis, etc.) for your text data using LLM for as cheap as $10 per 1M rows (it depends on the task and the model), staying in your dbt environme...

02 May 2024hashnode