Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Recommend.Games
Blog
Commits
1838e7dd
Commit
1838e7dd
authored
May 17, 2021
by
Markus Shepherd
🙊
Browse files
Merge branch 'updates' into 'master'
Updates See merge request recommend.games/blog!22
parents
bd9fd74e
ae4f649d
Pipeline
#415331
passed with stages
in 35 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
experiments/kennerspiel/model.py
View file @
1838e7dd
...
...
@@ -31,10 +31,12 @@ SEED = 23
# %load_ext lab_black
# %%
sdj
=
pd
.
read_csv
(
"../sdj.csv"
)
ksdj
=
pd
.
read_csv
(
"../ksdj.csv"
)
sdj
=
pd
.
read_csv
(
"../sdj.csv"
,
low_memory
=
False
)
ksdj
=
pd
.
read_csv
(
"../ksdj.csv"
,
low_memory
=
False
)
games
=
pd
.
read_csv
(
"../../../board-game-data/scraped/bgg_GameItem.csv"
,
index_col
=
"bgg_id"
"../../../board-game-data/scraped/bgg_GameItem.csv"
,
index_col
=
"bgg_id"
,
low_memory
=
False
,
)
sdj
.
shape
,
ksdj
.
shape
,
games
.
shape
...
...
experiments/ksdj.csv
View file @
1838e7dd
...
...
@@ -60,3 +60,10 @@ jahrgang,bgg_id,url,winner,nominated,recommended,sonderpreis
2020,263918,https://boardgamegeek.com/boardgame/263918/cartographers,0,1,1,
2020,245655,https://boardgamegeek.com/boardgame/245655/kings-dilemma,0,1,1,
2020,284083,https://boardgamegeek.com/boardgame/284083/crew-quest-planet-nine,1,1,1,
2021,223040,https://boardgamegeek.com/boardgame/223040/fantasy-realms,0,0,1,
2021,312484,https://boardgamegeek.com/boardgame/312484/lost-ruins-arnak,0,0,1,
2021,300531,https://boardgamegeek.com/boardgame/300531/paleo,0,0,1,
2021,191189,https://boardgamegeek.com/boardgame/191189/aeons-end,0,0,1,
2021,251247,https://boardgamegeek.com/boardgame/251247/barrage,0,0,1,
2021,291457,https://boardgamegeek.com/boardgame/291457/gloomhaven-jaws-lion,0,0,1,
2021,291859,https://boardgamegeek.com/boardgame/291859/riftforce,0,0,1,
experiments/sdj.csv
View file @
1838e7dd
...
...
@@ -473,3 +473,11 @@ jahrgang,bgg_id,url,winner,nominated,recommended,sonderpreis
2020,295486,https://boardgamegeek.com/boardgame/295486/my-city,0,1,1,
2020,284435,https://boardgamegeek.com/boardgame/284435/nova-luna,0,1,1,
2020,284108,https://boardgamegeek.com/boardgame/284108/pictures,1,1,1,
2021,326494,https://boardgamegeek.com/boardgame/326494/adventures-robin-hood,0,1,1,
2021,318977,https://boardgamegeek.com/boardgame/318977/micromacro-crime-city,0,1,1,
2021,310448,https://boardgamegeek.com/boardgame/310448/zombie-teenz-evolution,0,1,1,
2021,318195,https://boardgamegeek.com/boardgame/318195/biss-20,0,0,1,
2021,267378,https://boardgamegeek.com/boardgame/267378/chakra,0,0,1,
2021,274960,https://boardgamegeek.com/boardgame/274960/point-salad,0,0,1,
2021,317311,https://boardgamegeek.com/boardgame/317311/switch-signal,0,0,1,
2021,322039,https://boardgamegeek.com/boardgame/322039/key-sabotage-lucky-llama-land,0,0,1,
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment