isds2020 icon indicating copy to clipboard operation
isds2020 copied to clipboard

Introduction to Social Data Science 2020 - a summer school course abjer.github.io/isds2020

Results 36 isds2020 issues
Sort by recently updated
recently updated
newest added

Hi! We want to normalize our data, as some of our covariates are on very different scales. When making a pipeline for the machine learning part of our assignment, we're...

Hey, We are stuck with the machine learning part and become more confused the more we work on it. These are the biggest questions we have: -which models can we...

Hello guys, I'm trying to visualize the data, as shown in the picture, where I would like to show the location of twitter_user on the x-axis and number of person/followers...

After fitting our model it appears that our validation curve is inverted: ![image](https://user-images.githubusercontent.com/67871962/91153988-33c75700-e6c1-11ea-83c7-c6c844fb879d.png) The validation RMSE is systematically lower than the training RMSE which does not make intuitive sense to...

Hi! My group has a bit of a challenge when it comes to keeping words like New Zealand, Donald Trump and alt-right together while tokenizing. We tried to Google and...

We are using Selenium to lives crape a static website over a couple of hours. In exercise 6, it said that we are supposed to log our data collection process...

My group is scraping a website for data every 60 seconds. We use Selenium and the driver.refresh() command inside a while-loop to update the webpage. It works fine however it...

Hi, We notices that the solutions for module 14 is not uploaded, is it possible to get them? :) All the best Line

Question in title :) The exam project description handin for Sunday, what should it include?

We have a problem with exercise 11.2.2, we are not sure why we get the error message that we get. Below is our code, output and error messages. We have...