OmaymaS
OmaymaS
Referring to section section 3.6.1, exercise 3: `"What does `show.legend = FALSE` do? What happens if you remove it? Why do you think I used it earlier in the chapter?"`...
I opened [Issue 35](https://github.com/rudeboybert/fivethirtyeight/issues/35) in the [fivethirtyeight R package repo](https://github.com/rudeboybert/fivethirtyeight) asking for a clarification about the `category` variable in the ratings dataset; the one used for [ "Al Gore's New...
An article about a 5-year journey of building a data science team at Coursera
I think that the description `category` column in the [rating](https://github.com/rudeboybert/fivethirtyeight/blob/master/data/ratings.rda) dataset might be ambiguous . ``` > levels(ratings$category) [1] "Aged 18-29" "Aged 30-44" "Aged 45+" "Aged under 18" "Females" [6]...
I suggest to add a function to bind BM25 score *(which is based on a probabilistic term weighting model)*. It is useful in some cases as it gives control over:...
This issue is based on a question raised during the workshop. **Problem** loss values appear to be `nan` when the loss parameter is set to "mean_squared_error" as shown below. https://github.com/rstudio-conf-2020/dl-keras-tf/blob/3dca65d12a8a7c822ec7d1700652ede5c2aab498/materials/03-recipe/02-mini-project-ames.Rmd#L224...
*Just in case there's a possibility this would happen with other, we can add a note about it.* I have used Kaggle API with Windows before but I switched recently...
_Just in case there's a possibility this would happen with other, we can add a note about it._ **Issue** As I was installing keras on a new device, I got...
Hi, I was wondering about how an action (like pressing a button or sth) could trigger a change on `bulmaStepItem()`. For instance if a user completed step one and pressed...
I suppose the installation instructions should include `devtools::install_github("mkearney/kaggler")` instead of devtools::install_packages("mkearney/kaggler"), right?