Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@liquid-carrot/data.cjyvyspsy0000l2m932iv07k1
Advanced tools
The Wine Quality Dataset involves predicting the quality of white wines on a scale given chemical measures of each wine.
It is a multi-class classification problem, but could also be framed as a regression problem. The number of observations for each class is not balanced. There are 4,898 observations with 11 input variables and one output variable. The variable names are as follows:
The baseline performance of predicting the mean value is an RMSE of approximately 0.148 quality points.
A sample of the first 5 rows is listed below.
CSV
7,0.27,0.36,20.7,0.045,45,170,1.001,3,0.45,8.8,6
6.3,0.3,0.34,1.6,0.049,14,132,0.994,3.3,0.49,9.5,6
8.1,0.28,0.4,6.9,0.05,30,97,0.9951,3.26,0.44,10.1,6
7.2,0.23,0.32,8.5,0.058,47,186,0.9956,3.19,0.4,9.9,6
7.2,0.23,0.32,8.5,0.058,47,186,0.9956,3.19,0.4,9.9,6
JSON
[{
"fixed acidity": "7.1",
"volatile acidity": "0.26",
"citric acid": "0.29",
"residual sugar": "12.4",
"chlorides": "0.044",
"free sulfur dioxide": "62",
"total sulfur dioxide": "240",
"density": "0.9969",
"pH": "3.04",
"sulphates": "0.42",
"alcohol": "9.2",
"quality": "6"
}, {
"fixed acidity": "6",
"volatile acidity": "0.34",
"citric acid": "0.66",
"residual sugar": "15.9",
"chlorides": "0.046",
"free sulfur dioxide": "26",
"total sulfur dioxide": "164",
"density": "0.9979",
"pH": "3.14",
"sulphates": "0.5",
"alcohol": "8.8",
"quality": "6"
}, {
"fixed acidity": "8.6",
"volatile acidity": "0.265",
"citric acid": "0.36",
"residual sugar": "1.2",
"chlorides": "0.034",
"free sulfur dioxide": "15",
"total sulfur dioxide": "80",
"density": "0.9913",
"pH": "2.95",
"sulphates": "0.36",
"alcohol": "11.4",
"quality": "7"
}, {
"fixed acidity": "9.8",
"volatile acidity": "0.36",
"citric acid": "0.46",
"residual sugar": "10.5",
"chlorides": "0.038",
"free sulfur dioxide": "4",
"total sulfur dioxide": "83",
"density": "0.9956",
"pH": "2.89",
"sulphates": "0.3",
"alcohol": "10.1",
"quality": "4"
}, {
"fixed acidity": "6",
"volatile acidity": "0.34",
"citric acid": "0.66",
"residual sugar": "15.9",
"chlorides": "0.046",
"free sulfur dioxide": "26",
"total sulfur dioxide": "164",
"density": "0.9979",
"pH": "3.14",
"sulphates": "0.5",
"alcohol": "8.8",
"quality": "6"
}]
FAQs
Dataset: White Wine Quality
We found that @liquid-carrot/data.cjyvyspsy0000l2m932iv07k1 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.