Jill Cates
Jill Cates
After following the prompts from git-s3 config, I get an error that says: [Exception] Invalid path Have you encountered this issue before?
Checked the exampleSite directory and couldn't find any markdown examples that embed an image in a post. Any suggestions? 😄
I would like to tune hyper-parameters with implicit's `AlternatingLeastSquares`. Ideally, I would use cross-validation but it seems like there is no simple way to "fit" on training data and "predict"...
I currently have `implicit==0.4.2` installed. When I try importing the package, I get this error: ``` Python 3.7.6 >>> import implicit as imp Python(4032,0x10cf5ddc0) malloc: *** error for object 0x7fff8e781a50:...
I am reading through skopt's docs and it seems like there might be a typo in the description for both `gbrt_minimize` and `forest_minimize`. **gbrt_minimize:** ``` Gradient boosted regression trees are...
The [docs](http://rich-iannone.github.io/DiagrammeR/graphs.html) use create_nodes() and create_edges() but based on the code, these functions seem to be deprecated.
I've been using Altair within Streamlit and have been enjoying it for the most part. However, I noticed that Altair behaves oddly when I create plots where the x-axis is...
When I try using `detect` on French text, the language detection is way off. For example: bonjour -> 'hr' (croatian) je m'appelle -> 'sl' (slovenian)
Thank you for reaching out and helping us improve Vaex! Before you submit a new Issue, please read through the [documentation](https://docs.vaex.io/en/latest/). Also, make sure you search through the Open and...
### Context Github's new default branch name is "main": https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches#about-the-default-branch Same goes for Gitlab: https://docs.gitlab.com/ee/user/project/repository/branches/default.html Jupyterbook is still referencing "master". ### Proposal Let's update the docs and boilerplate code to...