#

machine-learning

Machine learning algorithms and techniques

ProgrammingFeature Engineering for Array-Valued Features in ML

Learn standard approaches for handling array-valued features in traditional ML models through feature engineering techniques like statistical extraction, dimensionality reduction, and feature hashing.

1 answer 1 view
ProgrammingLLM Fine-Tuning Data Formats, RAG & AI Datasets Guide

Discover data formats for fine-tuning LLMs like CSV/JSONL prompts, RAG query-context triples, and top AI datasets from Hugging Face for training mini LLMs. Essential guide for instruction tuning and RAG systems.

1 answer 1 view
ProgrammingLearn Data Science: Hands-On Projects, AI & Googling

Yes, hands-on mini-projects, effective Googling, and AI for tasks/debugging outperform syntax memorization in data science learning. Get tips for long-term retention, faster problem-solving, and building a portfolio with real projects like Titanic.

1 answer 1 view
ProgrammingRegenerate Embeddings on Model Updates?

Discover when to regenerate embeddings after embedding model updates. Trade-offs include accuracy vs. compute cost, downtime. Strategies: incremental re-embedding, dual-indexing, versioning for vector databases and RAG systems.

1 answer 1 view
ProgrammingFix TF_SessionPRun 'Must Run Setup' Error TensorFlow C API

Resolve TensorFlow C API TF_SessionPRun errors: 'Local rendezvous CANCELLED PRun cancellation' and 'Must run setup before partial runs'. Checklist, code patterns, Windows MinGW tips for efficient streaming inference with Keras SavedModel.

1 answer 1 view
ProgrammingModeling Stepwise Price Time Series: Change Points & HMM

Forecast stepwise price time series with change point detection, regime-switching (HMM), and survival models. Includes pipeline, libraries, and evaluation tips.

1 answer 1 view
ProgrammingPyTorch Dataset/DataLoader for Multivariate Time Series

Fix PyTorch Dataset and DataLoader for multivariate time series preprocessing from CSV. Ensure (B, V, L) shapes, avoid data leakage with proper scaling, and validate sliding windows for MAMBA models.

1 answer 1 view
ProgrammingTensorFlow Backprop: Mixed Real & Complex Functions

Learn how TensorFlow handles backpropagation through mixed real and complex-valued functions using Wirtinger derivatives, GradientTape, and complex-aware ops. Covers chain rule, domain boundaries, and practical tips for CVNNs in comms systems.

1 answer 1 view
ProgrammingTennis Score Encoding for Machine Learning Models

Learn how to convert tennis score strings like '6-4 6-2' into numerical features for Random Forest models. Step-by-step guide with code examples.

1 answer 1 view
ProgrammingResolve NotFittedError with StackingClassifier Prefit Models

Learn how to fix sklearn StackingClassifier NotFittedError when using prefit models and pipelines. Complete troubleshooting guide.

1 answer 1 view
ProgrammingData Leakage in Time Series Regression: Closer Snapshots?

Is training a time series regression model on snapshots closer to departure data leakage when predicting earlier? Learn validation strategies, feature rules, and pitfalls to avoid lookahead bias in forecasting final bookings.

1 answer 1 view