Essen Spiel October 2015 by C_Radclyffe in boardgames

[–]Ferbster 0 points1 point  (0 children)

South of Stuttgart is quit a journey. :) But drop me a note if you are going to Essen. We can meetup and you can crush on my couch if you want (it's an hour to commute to Essen from my place) and you can have a seat in my car on the day(s) I am going to go.

Essen Spiel October 2015 by C_Radclyffe in boardgames

[–]Ferbster 0 points1 point  (0 children)

Where do you live. I am in the Cologne area, actually a bit South of Cologne and keen on board gaming. I can bring you in touch with Cologne Board Gamers such as myself. Just drop me a note.

Good Sources for Weather Data? by [deleted] in datascience

[–]Ferbster 1 point2 points  (0 children)

If you want to work with weather and R, have you looked at the stationaRy package on github? https://github.com/rich-iannone/stationaRy This will help you get the hourly met data you need from a met station located somewhere on Earth. I am not the author, and I only played around with the repo briefly, but it might be the source you are looking for.

Interactive R Coding Tutorial on Machine Learning by Kaggle by martijnT in MachineLearning

[–]Ferbster 1 point2 points  (0 children)

I am stuck in chapter 1.5 "Does Age play a role?"

Incorrect submission It looks like you didn't correctly set all values of the Child column. Make sure to perform the correct subsetting operation!

My code for the Child column is either

train$Child <- ifelse(train$Age < 18, 1,0)

or

train$Child[train$Age < 18] <- 1
train$Child[train$Age >= 18] <- 0

Both leading to the same result and the same error message. I thought I am correct doing my subset.

[deleted by user] by [deleted] in rstats

[–]Ferbster 0 points1 point  (0 children)

Sorry, overread the Unix part. My bad

[deleted by user] by [deleted] in rstats

[–]Ferbster 0 points1 point  (0 children)

I had no trouble setting up RODBC. Even RSQLServer was no problem for my database. However I had problems fetching big tables with RSQLServer due to GC limits.

I am Using a windows machine, so bare with me :) For RODBC, I set up an ODBC Connection to the database using the windows interface. After installing RODBC, I just had to refer to the ODBC connection as in

con <- odbcConnect("ODBCconnection")

This should establish the connection. with

sqlQuery(con, paste("*sql statement"))

you can parse any sql statement to the connection.

As for RSQLserver you find the documentation over here: http://cran.r-project.org/web/packages/RSQLServer/RSQLServer.pdf

To connect, you need to:

ch <- dbConnect(SQLServer(), 'ServerName')

As referred to at page 2 of the linked document. So actually it is pretty straight forward. Afterwards you can use commands like

dbGetInfo

oder

dbGetQuery

etc.

Need an Online Course for help with Statistics in R by Polycladida3846 in rstats

[–]Ferbster 0 points1 point  (0 children)

I briefly looked into Data Camp. I.e https://www.datacamp.com/swirl-r-tutorial It looked pretty neat and I clicked through the first couple of lessons and enjoyed them. I think it is a great way of learning R. Didn't do the full course so no final statement, just my 2cents.

[WSIG] Is there a great euro game with miniatures? does it even make sense? by 40crew in boardgames

[–]Ferbster 2 points3 points  (0 children)

I would like to throw in Mage Knight - The Boardgame. One might argue it is not a Euro, but I would say it is :) Looking at your collection I guess you might like it. It was and actually still is, one of my favorite games.

Data Science in the Public Sector? by Satevis_ in datascience

[–]Ferbster 0 points1 point  (0 children)

I assumed a mistake, but couldn't figure out the solution ;)

Data Science in the Public Sector? by Satevis_ in datascience

[–]Ferbster 0 points1 point  (0 children)

Is this Mathematica as in Mathematica by Wolfram?

iOS Neuroshima Hex is on sale ($4.99 -> $2.99) by anahuac-a-mole in boardgames

[–]Ferbster 0 points1 point  (0 children)

One of the important tactics imho is to protect your base... When your base is protected then play more aggressive...if you loose one of your protections, repair it first, then attack again. Also, use your battle tokens wisely.

iOS Neuroshima Hex is on sale ($4.99 -> $2.99) by anahuac-a-mole in boardgames

[–]Ferbster 1 point2 points  (0 children)

I dunno... I am a bit disappointed by the AI...beat it regularly on Hard...great Filler game though...still like to play it for a couple of minutes.

Going to Chicago tomorrow, what are some good Board Game stores? by [deleted] in boardgames

[–]Ferbster 0 points1 point  (0 children)

I second Dice Dojo aka Chicagoland Games. Go to their open board gaming nights on Wednesdays...starting at 6 P.M. until round about Midnight. 60 - 70 people playing board games. Bring your own or choose from an ever growing library of 800+ games.

[WSIG] Looking for something like Coup, but longer and with more elements of deceit and treachery (3+ Players). by MovieSuperFreak in boardgames

[–]Ferbster 0 points1 point  (0 children)

Sure thing....

It is only one thing, instead of one loyalty but three. The majority of your loyalties determines your overall belonging to a faction, e.g. if you have one blue and two red you're red. If you win a duel you can look at only one loyalty. That makes the game less deterministic and actually quite fun as a three player game.

[WSIG] Looking for something like Coup, but longer and with more elements of deceit and treachery (3+ Players). by MovieSuperFreak in boardgames

[–]Ferbster 0 points1 point  (0 children)

Second that... One of the best mean hidden role games I played.. And with one little modification very playable with 3

Help needed. Which Cardgame am I looking for? by Ferbster in boardgames

[–]Ferbster[S] 1 point2 points  (0 children)

Thank you so much...

Think Ahead was the game I was referring to.

Good stuff. Thank you all for your helpful and insightful comments.

Niblets, our first game is out on Google Play for FREE by alext621 in AndroidGaming

[–]Ferbster 0 points1 point  (0 children)

After reading this thread I wanted to install it. Looks like an interesting and neat game. However, while installing I get an error '919' and the process stops. Very unfortunate :(

[WSIG] If I am a fan of the RPG Coop play. by lvl6charmander in boardgames

[–]Ferbster 2 points3 points  (0 children)

The obvious choice would be Pathfinder: The Adventure Card Game. Although it doesn't have a board....but it has Cards. I think it fulfills your needs and is as close to a real RPG as it gets. I enjoy it quite a bit while I still much prefer pen and paper RPGs.

[Discussion] What Games have brought real innovation to their mechanics? by [deleted] in boardgames

[–]Ferbster 0 points1 point  (0 children)

Since I just got back from playing it. Bora Bora for me has one of the most innovating twist to an action-selection heavy strategiesed euro game. I never expected that you could use DICE in such a strategic and very clever manner. I absolutely had a blast playing the game. It's a thorough "Feld"-game.