CoolFace
Datasetpublic

keerthikoganti/pens-markers-tabular-dataset-2025

Dataset Card for keerthikoganti/pens-markers-tabular-dataset-2025 Dataset Details Dataset Description This dataset contains measurements and categorical attributes of common pens like Pilot, Bic, Sharpie. It was created as a class exercise for supervised learning on tabular data, supporting both regression by predicting line width and classification such as “thick vs. thin” line. Curated by: Fall 2025 24-679 course at Carnegie Mellon University… See the full description on the dataset page: https://huggingface.co/datasets/keerthikoganti/pens-markers-tabular-dataset-2025.

sourceHugging Faceupdated 1y agoView on Hugging Face
1likes8downloads
Dataset Card

Dataset Card for keerthikoganti/pens-markers-tabular-dataset-2025

<!-- Provide a quick summary of the dataset. -->

Dataset Details

Dataset Description

<!-- Provide a longer summary of what this dataset is. --> This dataset contains measurements and categorical attributes of common pens like Pilot, Bic, Sharpie. It was created as a class exercise for supervised learning on tabular data, supporting both regression by predicting line width and classification such as “thick vs. thin” line.

  • —Curated by: Fall 2025 24-679 course at Carnegie Mellon University
  • —Shared by : Keerthi Koganti
  • —Language(s) (NLP): English
  • —License: Carnegie Mellon

Uses

<!-- Address questions around how the dataset is intended to be used. -->

Direct Use

<!-- This section describes suitable use cases for the dataset. -->

Classification: predict LineWidthBinary thick vs. thin line.

Regression: predict LineWidthmm from brand/type/ink color and physical attributes.

Created table of different pen types, brands

Out-of-Scope Use

<!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->

Generalization to all pen marker products or manufacturing.

Any safety-critical or commercial application.

Dataset Structure

<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->

This dataset currently includes an original split a single table.Then included an augmented split jitter and categorical bootstrapping with constraint and decision-boundary.

Dataset Creation

Curation Rationale

<!-- Motivation for the creation of this dataset. -->

Provide students with a concrete, physical-world tabular dataset that supports both regression and classification while remaining easy to collect and measure.

Source Data

<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->

Data Collection and Processing

<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->

Data Collection: Measurements taken from commonly available pens and markers.

Labels: LineWidthBinary derived from LineWidthmm using a preset threshold

Processing: Basic cleaning and integer encoding of categorical fields Type, Ink Color.

Who are the source data producers?

<!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->

Original data: Keerthi Koganti

Augmented data: generated with jitter and categorical bootstrapping with constraint and decision-boundary consistency

Bias, Risks, and Limitations

<!-- This section is meant to convey both technical and sociotechnical limitations. -->

Small sample size: Limited number of instruments and brands.

Domain bias: Brands,types,colors reflect items readily available to collectors, not the full market.

Recommendations

<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->

Use primarily for teaching and demonstration of tabular ML workflows.

If you publish results, disclose the line-width threshold, measurement protocol such as what device used.

Dataset Card Contact

Keerthi Koganti- kkoganti@andrew.cmu.edu