Max Thomasberger

Results 8 comments of Max Thomasberger

I can try... Would be my first pull request tho 😅 Is a tidyverse and purrr centric example okay or should it be base-R?

How about this: ``` library(tidyverse) library(purrr) library(spotifyr) # The get_playlist_tracks() function can only fetch 100 tracks each time it is called. # This is a limitation of the Spotify API....

I could create a Rmarkdown file that uses this approach to find out which tempo or key dominates the playlist. This is btw. the use case I used your package...

``Hi @eledroos , Just tried the code again. You are right. Something in the purrr package might have changed. This should work: ``` library(tidyverse) library(purrr) library(spotifyr) # The get_playlist_tracks() function...

to get the audio features you have to use the track id values from the unnested dataframe and plug them into get_track_audio_features() purrr is great for this...

Oh I absolutely would love this feature! +1 from me!

Came here because I wanted to check if themis can do this :) I would be pretty excited!

Hi Julia, does the dockerized model also do all the preprocessing steps? Say I have to do PCA at some point, will this reduce the dimensionality of the data I...