es
Feedback
Data science/ML/AI

Data science/ML/AI

Ir al canal en Telegram

Data science and machine learning hub Python, SQL, stats, ML, deep learning, projects, PDFs, roadmaps and AI resources. For beginners, data scientists and ML engineers 👉 https://rebrand.ly/bigdatachannels DMCA: @disclosure_bds Contact: @mldatascientist

Mostrar más

📈 Análisis del canal de Telegram Data science/ML/AI

El canal Data science/ML/AI (@datascience_bds) en el segmento lingüístico de Inglés es un actor destacado. Actualmente la comunidad reúne a 13 667 suscriptores, ocupando la posición 9 381 en la categoría Tecnologías y Aplicaciones y el puesto 31 693 en la región India.

📊 Métricas de audiencia y dinámica

Desde su creación el невідомо, el proyecto ha mostrado un crecimiento acelerado, reuniendo a 13 667 suscriptores.

Según los últimos datos del 08 junio, 2026, el canal mantiene una actividad estable. En los últimos 30 días la variación de miembros fue de 150, y en las últimas 24 horas de 4, conservando un alto alcance.

  • Estado de verificación: No verificado
  • Tasa de interacción (ER): El promedio de interacción de la audiencia es 7.97%. Durante las primeras 24 horas tras publicar, el contenido suele obtener 2.27% de reacciones respecto al total de suscriptores.
  • Alcance de las publicaciones: Cada publicación recibe en promedio 1 089 visualizaciones. En el primer día suele acumular 310 visualizaciones.
  • Reacciones e interacción: La audiencia responde de forma activa: el promedio de reacciones por publicación es 5.
  • Intereses temáticos: El contenido se centra en temas clave como panda, learning, row, api, ethic.

📝 Descripción y política de contenido

El autor describe el recurso como un espacio para expresar opiniones subjetivas:
Data science and machine learning hub Python, SQL, stats, ML, deep learning, projects, PDFs, roadmaps and AI resources. For beginners, data scientists and ML engineers 👉 https://rebrand.ly/bigdatachannels DMCA: @disclosure_bds Contact: @mldatasci...

Gracias a la alta frecuencia de actualizaciones (últimos datos recibidos el 09 junio, 2026), el canal mantiene la vigencia y un amplio alcance. La analítica demuestra que la audiencia interactúa activamente con el contenido, lo que lo convierte en un punto de referencia dentro de la categoría Tecnologías y Aplicaciones.

13 667
Suscriptores
+424 horas
+437 días
+15030 días
Archivo de publicaciones
Python for Machine Learning.pdf2.74 MB

photo content

photo content

Ultimate Guide to Data Cleaning.pdf2.11 MB

Binomial Distribution
Binomial Distribution

ChatGPT Training Explained
ChatGPT Training Explained

Python for Data Analysis.pdf8.95 MB

How To Design a Neural Network
How To Design a Neural Network

Machine_Learning_With_Python_For_Everyone_Addison_Wesley_Professional.pdf9.00 MB

Adaptive Query Execution (AQE) in Apache Spark is a feature introduced to improve query performance dynamically at runtime, based on actual data statistics collected during execution. This makes Spark smarter and more efficient, especially when dealing with real-world messy data where planning ahead (at compile time) might be misleading. 🔍 Importance of AQE in Spark Runtime Optimization: AQE adapts the execution plan on the fly using real-time stats, fixing issues that static planning can't predict. Better Join Strategy: If Spark detects at runtime that one table is smaller than expected, it can switch to a broadcast join instead of a slower shuffle join. Improved Resource Usage: By optimizing stage sizes and join plans, AQE avoids unnecessary shuffling and memory usage, leading to faster execution and lower cost. 🪓 Handling Data Skew with AQE Data skew occurs when some partitions (e.g., specific keys) have much more data than others, slowing down those tasks. AQE handles this using: Skew Join Optimization: AQE detects skewed partitions and breaks them into smaller sub-partitions, allowing Spark to process them in parallel instead of waiting on one giant slow task. Automatic Repartitioning: It can dynamically adjust partition sizes for better load balancing, reducing the "straggler" effect from skew. 💡 Example: If a join key like customer_id = 12345 appears millions of times more than others, Spark can split just that key’s data into chunks, while keeping others untouched. This makes the whole join process more balanced and efficient. In summary, AQE improves performance, handles skew gracefully, and makes Spark queries more resilient and adaptive—especially useful in big, uneven datasets.

Curve-Fitting Methods and What they Mean
Curve-Fitting Methods and What they Mean

Probability for Machine Learning 📝.pdf2.83 MB

Linear Regression
Linear Regression

How to Merge Pandas DataFrames?
How to Merge Pandas DataFrames?

This diagram explains how Reinforcement Learning (RL) works in Machine Learning. It starts with raw input data. An agent inte
This diagram explains how Reinforcement Learning (RL) works in Machine Learning. It starts with raw input data. An agent interacts with an environment by selecting actions. The environment gives feedback in the form of rewards and new states. The agent learns which actions give the best rewards and improves over time. The result is an optimized output, based on trial, error, and learning from feedback.

Data Wrangling with Pandas Cheatsheet
Data Wrangling with Pandas Cheatsheet

Kafka Usecases
Kafka Usecases

Roadmap for AI Engineers
Roadmap for AI Engineers

Popular Models for Machine Learning
Popular Models for Machine Learning

Machine Learning Algorithms
Machine Learning Algorithms