π Building Robust Credit Scoring Models with Python
π Category: DATA SCIENCE
π Date: 2026-04-04 | β±οΈ Read time: 24 min read
A Practical Guide to Measuring Relationships between Variables for Feature Selection in a Credit Scoring.
#DataScience #AI #Python
π Category: DATA SCIENCE
π Date: 2026-04-04 | β±οΈ Read time: 24 min read
A Practical Guide to Measuring Relationships between Variables for Feature Selection in a Credit Scoring.
#DataScience #AI #Python
β€2
Forwarded from Machine Learning with Python
Follow the Machine Learning with Python channel on WhatsApp: https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
β€1
π’ Advertising in this channel
You can place an ad via Telegaβ€io. It takes just a few minutes.
Formats and current rates: View details
You can place an ad via Telegaβ€io. It takes just a few minutes.
Formats and current rates: View details
π A Data Scientistβs Take on the $599 MacBook Neo
π Category: DATA SCIENCE
π Date: 2026-04-05 | β±οΈ Read time: 7 min read
Why it doesnβt fit my workflow but still makes sense for beginners
#DataScience #AI #Python
π Category: DATA SCIENCE
π Date: 2026-04-05 | β±οΈ Read time: 7 min read
Why it doesnβt fit my workflow but still makes sense for beginners
#DataScience #AI #Python
π Proxy-Pointer RAG: Achieving Vectorless Accuracy at Vector RAG Scale and Cost
π Category: LARGE LANGUAGE MODEL
π Date: 2026-04-05 | β±οΈ Read time: 23 min read
A new way to build vector RAGβstructure-aware and reasoning-capable
#DataScience #AI #Python
π Category: LARGE LANGUAGE MODEL
π Date: 2026-04-05 | β±οΈ Read time: 23 min read
A new way to build vector RAGβstructure-aware and reasoning-capable
#DataScience #AI #Python
π The Geometry Behind the Dot Product: Unit Vectors, Projections, and Intuition
π Category: MACHINE LEARNING
π Date: 2026-04-06 | β±οΈ Read time: 12 min read
The geometric foundations you need to understand the dot product
#DataScience #AI #Python
π Category: MACHINE LEARNING
π Date: 2026-04-06 | β±οΈ Read time: 12 min read
The geometric foundations you need to understand the dot product
#DataScience #AI #Python
π€©1
π How to Run Claude Code Agents in Parallel
π Category: LLM APPLICATIONS
π Date: 2026-04-06 | β±οΈ Read time: 11 min read
Learn how to apply coding agents in parallel to work more efficiently
#DataScience #AI #Python
π Category: LLM APPLICATIONS
π Date: 2026-04-06 | β±οΈ Read time: 11 min read
Learn how to apply coding agents in parallel to work more efficiently
#DataScience #AI #Python
π Behavior is the New Credential
π Category: CYBERSECURITY
π Date: 2026-04-06 | β±οΈ Read time: 7 min read
We are living through a paradigm shift in how we prove we are who weβ¦
#DataScience #AI #Python
π Category: CYBERSECURITY
π Date: 2026-04-06 | β±οΈ Read time: 7 min read
We are living through a paradigm shift in how we prove we are who weβ¦
#DataScience #AI #Python
π From 4 Weeks to 45 Minutes: Designing a Document Extraction System for 4,700+ PDFs
π Category: DATA ENGINEERING
π Date: 2026-04-07 | β±οΈ Read time: 8 min read
How a hybrid PyMuPDF + GPT-4 Vision pipeline replaced Β£8,000 in manual engineering effort, andβ¦
#DataScience #AI #Python
π Category: DATA ENGINEERING
π Date: 2026-04-07 | β±οΈ Read time: 8 min read
How a hybrid PyMuPDF + GPT-4 Vision pipeline replaced Β£8,000 in manual engineering effort, andβ¦
#DataScience #AI #Python
π Context Engineering for AI Agents: A Deep Dive
π Category: AGENTIC AI
π Date: 2026-04-07 | β±οΈ Read time: 8 min read
How to optimize context, a precious finite resource for AI agents
#DataScience #AI #Python
π Category: AGENTIC AI
π Date: 2026-04-07 | β±οΈ Read time: 8 min read
How to optimize context, a precious finite resource for AI agents
#DataScience #AI #Python
π The Arithmetic of Productivity Boosts: Why Does a β40% Increase in Productivityβ Never Actually Work?
π Category: DATA SCIENCE
π Date: 2026-04-07 | β±οΈ Read time: 5 min read
Why does grand productivity promises never actually deliver? Is every product just bad, or isβ¦
#DataScience #AI #Python
π Category: DATA SCIENCE
π Date: 2026-04-07 | β±οΈ Read time: 5 min read
Why does grand productivity promises never actually deliver? Is every product just bad, or isβ¦
#DataScience #AI #Python
π Sber has released two open-source MoE models: GigaChat-3.1 Ultra and Lightning
Both code and weights are available under the MIT license on HuggingFace.
π Key details:
β’ Trained from scratch (not a finetune) on proprietary data and infrastructure
β’ Mixture-of-Experts (MoE) architecture
Models:
π§ GigaChat-3.1 Ultra
β’ 702B MoE model for high-performance environments
β’ Outperforms DeepSeek-V3-0324 and Qwen3-235B on math and reasoning benchmarks
β’ Supports FP8 training and MTP
β‘οΈ GigaChat-3.1 Lightning
β’ 10B model (1.8B active parameters)
β’ Outperforms Qwen3-4B and Gemma-3-4B on Sber benchmarks
β’ Efficient local inference
β’ Up to 256k context
Engineering highlights:
β’ Custom metric to detect and reduce generation loops
β’ DPO training moved to native FP8
β’ Improvements in post-training pipeline
β’ Identified and fixed a critical issue affecting evaluation quality
π Trained on 14 languages (optimized for English and Russian)
Use cases:
β’ chatbots
β’ AI assistants
β’ copilots
β’ internal ML systems
Sber provides a solid open foundation for developers to build production-ready AI systems with lower infrastructure costs.
Both code and weights are available under the MIT license on HuggingFace.
π Key details:
β’ Trained from scratch (not a finetune) on proprietary data and infrastructure
β’ Mixture-of-Experts (MoE) architecture
Models:
π§ GigaChat-3.1 Ultra
β’ 702B MoE model for high-performance environments
β’ Outperforms DeepSeek-V3-0324 and Qwen3-235B on math and reasoning benchmarks
β’ Supports FP8 training and MTP
β‘οΈ GigaChat-3.1 Lightning
β’ 10B model (1.8B active parameters)
β’ Outperforms Qwen3-4B and Gemma-3-4B on Sber benchmarks
β’ Efficient local inference
β’ Up to 256k context
Engineering highlights:
β’ Custom metric to detect and reduce generation loops
β’ DPO training moved to native FP8
β’ Improvements in post-training pipeline
β’ Identified and fixed a critical issue affecting evaluation quality
π Trained on 14 languages (optimized for English and Russian)
Use cases:
β’ chatbots
β’ AI assistants
β’ copilots
β’ internal ML systems
Sber provides a solid open foundation for developers to build production-ready AI systems with lower infrastructure costs.
β€1
π Why AI Is Training on Its Own Garbage (and How to Fix It)
π Category: MACHINE LEARNING
π Date: 2026-04-08 | β±οΈ Read time: 7 min read
Deep Web Data Is the Gold We Canβt Touch, Yet
#DataScience #AI #Python
π Category: MACHINE LEARNING
π Date: 2026-04-08 | β±οΈ Read time: 7 min read
Deep Web Data Is the Gold We Canβt Touch, Yet
#DataScience #AI #Python