CoolFace
Datasetpublic

Kogann/stockmatch-synthetic

StockMatch Synthetic Dataset & EDA Overview Dataset Overview This dataset contains 12,500 synthetic stock profiles designed for building an AI-powered stock recommendation system. It combines key numerical financial metrics with LLM-generated business summaries (Qwen2.5). Exploratory Data Analysis (EDA) & Cleaning Summary During the EDA process, we systematically analyzed and refined the dataset based on the following findings: Irrelevant Columns… See the full description on the dataset page: https://huggingface.co/datasets/Kogann/stockmatch-synthetic.

sourceHugging Facemitupdated 2mo agoView on Hugging Face
0likes264downloads
Dataset Card

StockMatch Synthetic Dataset & EDA Overview

Dataset Overview

This dataset contains 12,500 synthetic stock profiles designed for building an AI-powered stock recommendation system. It combines key numerical financial metrics with LLM-generated business summaries (Qwen2.5).

Exploratory Data Analysis (EDA) & Cleaning Summary

During the EDA process, we systematically analyzed and refined the dataset based on the following findings:

  1. 1.Irrelevant Columns Removal: We removed non-essential identifiers such as internal row index (stock_id) and full company names (company_name), keeping ticker as the primary distinct identifier.
  2. 2.Missing Values Inspection: We checked for missing values across all features and found 0 missing values. This aligns with market expectations, as fundamental stock market data is fully public and universally available.
  3. 3.Outliers & Extremes: We analyzed numerical distributions for anomalies. While natural market extremes were present (e.g., high-growth tech stocks vs. low-beta utilities), no completely impossible or corrupted values were found.
  4. 4.Duplicate Inspection: We inspected duplicate records. While minor overlaps appeared in auto-generated company names, every row possessed a unique ticker symbol, ensuring distinct stock entities.

Exploratory Data Visualizations

Screenshot2026-08-03 at 12.21.31

Screenshot 2026-08-03 at 12.21.43

Screenshot 2026-08-03 at 12.21.54

Screenshot 2026-08-03 at 12.22.08


Clustering

Screenshot 2026-08-04 at 17.10.51

Screenshot 2026-08-04 at 17.11.13

Screenshot 2026-08-04 at 17.11.05

Embedding Model Comparison

Screenshot 2026-08-05 at 11.40.09

Screenshot 2026-08-05 at 11.40.31

Included Files

  • data_science_FP_updated.ipynb: Full notebook containing Data Generation, EDA, Visualizations, Embedding Benchmark, FAISS Indexing, and Generation Pipeline.