Qiushi Yan

Results 11 issues of Qiushi Yan

Hi Julia! I'm big fan of the tidy text mining book, but it seems it does not have too much emphasis on how to tune the number of topics (K)...

feature

When `mode == 'unknown'`, `inform_missing_implementation` searches available models for all modes. Also had to use `new_model_spec(check_missing_spec = FALSE)` in `boost_tree` (and perhaps other models that involve extension packages) and `new_model_spec(check_missing_spec...

We need to include more details about using gam formula in the engine doc`gen_additive_mod(engien = "mgcv")`. The engine doc only shows model fitting examples when using gam formula in `fit()`...

documentation

I have been experimenting with supporting typescript with `scaffold_golem(react = TRUE)` and `scaffold_leprechaun(react=TRUE)`. I think a `react_ts` option could be added to support react & typescript developement, similarly for `vue`....

This [line](https://github.com/supabase/storage-api/blob/3cd3c912819b4cfe1f05fd9d8bc1a68a8fd800c8/src/utils/index.ts#L85) forces the response content type to be `text/plain` when the object is of type `text/html`. It would be nice to have a customizable option. My use case with...

enhancement

I found this in-progress book [Supervised Machine Learning for Text Analysis in R](https://smltar.com/) by Emil Hviteldt and Julia Silge. It draws on the power of tidymodels ecosystem and is well-written...

我对 latex 排错能力有限,先把我碰到过的错误贴上来。 第一个错误是 `bookdown.post.latex` 里面的这一行 https://github.com/cosname/rmarkdown-guide/blob/e24c2dfa4ed24b32fa9acb619d9ca4dbe345bf37/index.Rmd#L55 报错信息是 ``` Error in seq.default(dots[[1L]][[5L]], dots[[2L]][[5L]]) : 'to' must be a finite number 10. stop("'to' must be a finite number") 9. seq.default(dots[[1L]][[5L]], dots[[2L]][[5L]])...

P96 安装 Gensim 的命令行代码应为 : ``` pip install gensim ``` 原处写成了 `genism`

Set `options(prefer_RCurl=FALSE)` to opt out of RCurl * For tests involved tuning, `h2o_start()` in every chunk * For other tests using the h2o server ,`h2o_start()` in each file Tuning tests...

In the [docs](https://tanstack.com/query/latest/docs/framework/react/guides/prefetching#prefetch-in-components), the current code example for prefetching with suspense queries is ```tsx function App() { usePrefetchQuery({ queryKey: ['articles'], queryFn: (...args) => { return getArticles(...args) }, }) return (...

documentation