| cpu_price | R Documentation |
A dataset containing detailed specifications, integrated graphics availability, and market price information for a range of computer processors (CPUs). It includes hardware characteristics such as core counts, thread counts, clock speeds, cache size, and thermal design power (TDP), along with price data. The dataset is suitable for studying price-to-performance trade-offs across different CPU models.
data(cpu_price)
A data frame with 45 observations and 12 variables:
The model name of the processor.
The brand of the CPU: "AMD" or "Intel".
Whether the CPU includes integrated graphics: "yes" or "no".
The microarchitecture or generation family of the CPU.
The base operating frequency of the CPU in gigahertz.
The maximum turbo or boost frequency of the CPU in gigahertz.
The number of performance cores (P-cores).
The number of efficiency cores (E-cores).
The number of logical threads the CPU can execute simultaneously.
The total cache size in megabytes.
The typical thermal design power (TDP) of the CPU in watts under standard load conditions.
The approximate retail market price of the CPU in US dollars.
The dataset was assembled to support exploratory and predictive analyses of CPU pricing. For example, it can be used in regression models relating CPU price to processor characteristics such as clock speed, thread count, graphics support, and brand.
The dataset was collected by the package authors. Hardware specifications are based on publicly available manufacturer information. Price data was collected through Google searches during Spring 2026 and reflects approximate retail market prices at that time.
Reza Mohammadi (2025). Data Science Foundations and Machine Learning with R: From Data to Decisions. https://book-data-science-r.netlify.app.
bike_demand,
mortgage,
bank,
churn_mlc,
churn,
churn_tel,
adult,
cereal,
advertising,
marketing,
drug,
house,
house_price,
red_wines,
white_wines,
insurance,
caravan,
fertilizer,
corona
data(cpu_price)
str(cpu_price)
summary(cpu_price)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.