All Projects → 9thcirclegames → Bgg Analysis

9thcirclegames / Bgg Analysis

Licence: other
What makes a game a good game?

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Bgg Analysis

Crypto
Cryptocurrency Historical Market Data R Package
Stars: ✭ 112 (+522.22%)
Mutual labels:  dataset, market-data
Osint collection
Maintained collection of OSINT related resources. (All Free & Actionable)
Stars: ✭ 809 (+4394.44%)
Mutual labels:  dataset
Cryptofeed
Cryptocurrency Exchange Websocket Data Feed Handler
Stars: ✭ 643 (+3472.22%)
Mutual labels:  market-data
Caffenet Benchmark
Evaluation of the CNN design choices performance on ImageNet-2012.
Stars: ✭ 700 (+3788.89%)
Mutual labels:  dataset
Proteinnet
Standardized data set for machine learning of protein structure
Stars: ✭ 664 (+3588.89%)
Mutual labels:  dataset
Nlp chinese corpus
大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP
Stars: ✭ 6,656 (+36877.78%)
Mutual labels:  dataset
Uhttbarcodereference
Universe-HTT barcode reference
Stars: ✭ 634 (+3422.22%)
Mutual labels:  dataset
Insuranceqa Corpus Zh
🚁 保险行业语料库,聊天机器人
Stars: ✭ 821 (+4461.11%)
Mutual labels:  dataset
Safety Helmet Wearing Dataset
Safety helmet wearing detect dataset, with pretrained model
Stars: ✭ 802 (+4355.56%)
Mutual labels:  dataset
Cluener2020
CLUENER2020 中文细粒度命名实体识别 Fine Grained Named Entity Recognition
Stars: ✭ 689 (+3727.78%)
Mutual labels:  dataset
Iex Api
The IEX API provides any individual or academic, public or private institution looking to develop applications that require stock market data to access near real-time quote and trade data for all stocks trading on IEX.
Stars: ✭ 683 (+3694.44%)
Mutual labels:  market-data
Person search
Joint Detection and Identification Feature Learning for Person Search
Stars: ✭ 666 (+3600%)
Mutual labels:  dataset
Awesome Face
😎 face releated algorithm, dataset and paper
Stars: ✭ 739 (+4005.56%)
Mutual labels:  dataset
Awesome Project Ideas
Curated list of Machine Learning, NLP, Vision, Recommender Systems Project Ideas
Stars: ✭ 6,114 (+33866.67%)
Mutual labels:  dataset
Datastream.io
An open-source framework for real-time anomaly detection using Python, ElasticSearch and Kibana
Stars: ✭ 814 (+4422.22%)
Mutual labels:  dataset
Devblogs
+2600 developer-related blogs and publications.
Stars: ✭ 637 (+3438.89%)
Mutual labels:  dataset
Chatito
🎯🗯 Generate datasets for AI chatbots, NLP tasks, named entity recognition or text classification models using a simple DSL!
Stars: ✭ 678 (+3666.67%)
Mutual labels:  dataset
Clusterdata
cluster data collected from production clusters in Alibaba for cluster management research
Stars: ✭ 718 (+3888.89%)
Mutual labels:  dataset
Football Data
football (soccer) datasets
Stars: ✭ 18 (+0%)
Mutual labels:  dataset
Covid Ct
COVID-CT-Dataset: A CT Scan Dataset about COVID-19
Stars: ✭ 820 (+4455.56%)
Mutual labels:  dataset

bggAnalysis

Playing field with the BoardGameGeek dataset.

This analysis scheleton is bundled in the form of an R Package, so use the following command to install it and check the bundled documentation to start playing.

# install.packages("devtools")
devtools::install_github("9thcirclegames/bgg-analysis")

require("bggAnalysis")

The dataset is in the BoardGames object included with the package and its fully documented. Use the following command to import it:

data(BoardGames)

# Check if data are ok:
head(BoardGames)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].