StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics
https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
.. | ||
.npmignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
index.js | 4 years ago | |
package.json | 4 years ago |
README.md
country-regex
Hash map of country ISO-3 code to regular expression identifier. Regular
expression data is taken from Vincent Arel-Bundock's countrycode
R
package (GPL-3 License). Big ups! 🍻
Install
npm install country-regex
Usage
var countryRegex = require('country-regex')
// and then for example:
countryRegex['USA']
// => 'united.?states\\b(?!.*islands)|\\bu\\.?s\\.?a\\.?\\b|^\\s*u\\.?s\\.?\\b(?!.*islands)'
Credits
2017 Étienne Tétreault-Pinard. MIT License