data-science
Here are 11,015 public repositories matching this topic...
thanks for all the developmenters.
i can't access to intetent all the time, is there any pleace where i can download the offline tutorials ?
I became quite confused by the Algorithms to perform MCMC section.
The issue is that steps 3-4:
"3. Accept/Reject the new position based on the position's adherence to the data and prior distributions (ask if the pebble likely came from the mountain).
4.A If you accept: Move to the new position. Return to Step 1.
4.B Else: Do not move to new position. Return to Step 1."
imply that
Alexnet implementation in tensorflow has incomplete architecture where 2 convolution neural layers are missing. This issue is in reference to the python notebook mentioned below.
I was going though the existing enhancement issues again and though it'd be nice to collect ideas for spaCy plugins and related projects. There are always people in the community who are looking for new things to build, so here's some inspiration
If you have questions about the projects I suggested,
-
Updated
Jan 29, 2020 - Python
Since #11953 was merged a couple of extra simplification can be done:
See in particular these comments.
The value async_safe in IPython/core/tests/test_async_helpers.py is now a constant,
The codepath relying on those constants can be simplified. In particular I believe a boolean expression can be removed.
This
-
Updated
Mar 22, 2020 - Jupyter Notebook
-
Updated
Mar 17, 2020
In the dash tutorial, this is the recommendation on how to install dash:
In your terminal, install several dash libraries. These libraries are under active development, so install and upgrade frequently. Python 2 and 3 are supported.
pip install dash==1.8.0
The current dash version is 1.9.1
Is this intentional ? I'd send a PR, but I assume the d
For example, in ray-project/ray#6983, we ran both.
Problem description
Gensim LDAModel documentation incorrect
Steps/code/corpus to reproduce
Based on the code in log_perplexity, it looks like it should be e^(-bound) since all of the functions used in computing it seem to be using the natural logarithm/e
-
Updated
Oct 16, 2019 - Jupyter Notebook
-
Updated
Dec 17, 2019
-
Updated
Mar 16, 2020
-
Updated
Mar 17, 2020
I've just started learning a bit about Tensorflow, and I tried out the Fashion MNIST tutorial. However, I keep getting a list index out of range error. I've copied the code from the official tutorial and also tried using tf.reset_default_graph() as suggested in some other posts, but neither have worked.
Here is the notebook with the error:
https://github.com/fsiraj/Tensorflow-Tutorials/blob/ma
-
Updated
Mar 8, 2020
Describe the bug
Calling Predictor.get_gradients() returns an empty dictionary
To Reproduce
I am replicating the binary sentiment classification tasked described in the paper 'Attention is not Explanation ' (Jain and Wallace 2019 - https://arxiv.org/pdf/1902.10186.pdf).
My first experiment is on the Stanford Sentiment TreeBank Dataset. I need to measure the correlation between th
Inspired by: https://jigsaw.tighten.co/docs/starter-templates/
For hosting we can be use GitHub Pages
Your open source project is as good as its documentation
Arkadiusz Kondas (or maybe it's somewhere I heard)
This can help to #318
Link to doc page in question (if any):
https://docs.streamlit.io/cli.html#view-all-config-options
Name of the Streamlit feature whose docs need improvement:
The documentation for configuring Streamlit through environment variables incorrectly states that the prefix is STREAMLIT_CONFIG_. Mentioned in streamlit/streamlit#477 (comment).
**Wha
-
Updated
Dec 29, 2019 - Jupyter Notebook
Description
Add Azure notebook to our SETUP doc.
I tested google colab and Azure notebook to run reco-repo without requiring creating any DSVM or compute by myself, and it works really well with simple tweaks to the notebooks (e.g. for some libs, should install manually).
I think it would be good to add at least Azure notebook to our SETUP doc, where users can easily test out our repo w/o
Describe the bug
I'm trying to export with « Custom tabular exporter… » and choosing « Upload to -> A new Google spreadsheet », and in some rows, if a value is missing, then the cell value disapear and the cell on the right shift left.
To Reproduce
Steps to reproduce the behavior:
- « Custom tabular exporter… »
- choose « Upload to -> A new Google spreadsheet »
- See the result
Hi,
I'm new to tpot but I got this error. I understand that score function can take strings, but I got the following error when using TPOTClassifier.
ValueError Traceback (most recent call last)
in
----> 1 tpot.score(X_test, y_test)~/miniconda3/envs/ml
-
Updated
Feb 26, 2020 - Python
On page 501 for the first case example the text says "n-10, m=5, p=2, s=1 -> ...". I assume the first entry of the line should be "n=10" instead of "n-10".
is it Grid Search can solve CASH problems with NNI , it seems that it is usually used for hyper-parameters optimization, have you guys have finished some revision for Grid Search for solving CASH problems.
about Cash problems can refer to :microsoft/nni#1178
-
Updated
Mar 20, 2020 - JavaScript
The documentation of the boltons.timeutils.daterange function only mention date objects as input, but I discovered that it works with datetime objects as well. Explicitly stating so would be great. Thanks!
Improve this page
Add a description, image, and links to the data-science topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-science topic, visit your repo's landing page and select "manage topics."
Steps: