-
Updated
Nov 2, 2021 - Python
Data Science
Data science is an inter-disciplinary field that uses scientific methods, processes, algorithms, and systems to extract knowledge from structured and unstructured data. Data scientists perform data analysis and preparation, and their findings inform high-level decisions in many organizations.
Here are 22,556 public repositories matching this topic...
-
Updated
Oct 23, 2021 - Jupyter Notebook
-
Updated
Oct 31, 2021 - Jupyter Notebook
-
Updated
Oct 24, 2021 - Jupyter Notebook
-
Updated
Oct 29, 2021 - Python
-
Updated
Nov 3, 2021 - Python
-
Updated
Jun 28, 2021 - Python
When users starts Serve cluster with a set of options (http options, checkpoint path) and then connects to it with a different set of options, we should either update it, or error out.
-
Updated
Oct 31, 2021
-
Updated
Nov 1, 2021
Problem
I am just exploring streamlit and having a great time so far! I have video data that I want to visually inspect, but they are short videos of ~5 seconds. Currently it seems st.video does not have a loop option.
Solution
Add a loop option to st.video.
Not sure how difficult this would be. If not, I would be happy to work on a PR if someone could give me some quick po
Update examples doc
📚 Documentation
A lot of links are outdated here. Anyone willing to contribute a PR to fix them?
https://pytorch-lightning.readthedocs.io/en/latest/ecosystem/community_examples.html
Here is the file you need to edit: https://github.com/PyTorchLightning/pytorch-lightning/blob/master/docs/source/ecosystem/community_examples.rst
Thanks!
In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set max_date_allowed = datetime.today().date(), but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.
E
-
Updated
Apr 16, 2021 - JavaScript
in #13206 there is a test that seem to always be skipped. Once merged we could delete it.
Originally posted by @Carreau in ipython/ipython#13206 (comment)
Documentation Link
Problem
validate_whiskers does not accept "range" but it is included in the error message.
https://github.com/matplotlib/matplotlib/blob/b09aad279b5dcfc49dcf43e0b064eee664ddaf68/lib/matplotlib/rcsetup.py#L410-L419
Support for `boxplot.whiskers:
-
Updated
Oct 30, 2021 - Jupyter Notebook
In gensim/models/fasttext.py:
model = FastText(
vector_size=m.dim,
vector_size=m.dim,
window=m.ws,
window=m.ws,
epochs=m.epoch,
epochs=m.epoch,
negative=m.neg,
negative=m.neg,
# FIXME: these next 2 lines read in unsupported FB FT modes (loss=3 softmax or loss=4 onevsall,
# or model=3 supervi-
Updated
May 20, 2020
-
Updated
May 2, 2021
-
Updated
Oct 31, 2021 - Python
-
Updated
Jul 30, 2021 - Jupyter Notebook
-
Updated
Oct 31, 2021 - Python
-
Updated
Oct 27, 2021
Is your feature request related to a problem? Please describe.
I typically used compressed datasets (e.g. gzipped) to save disk space. This works fine with AllenNLP during training because I can write my dataset reader to load the compressed data. However, the predict command opens the file and reads lines for the Predictor. This fails when it tries to load data from my compressed files.
Discussed in microsoft/nni#4070
Originally posted by ZhiyuanChen August 14, 2021
[2021-08-14 10:13:41] INFO (NNIDataStore) Datastore initialization done
[2021-08-14 10:13:41] INFO (RestServer) RestServer start
[2021-08-14 10:13:41] INFO (RestServer) RestServer base port is 8080
[2021-08-14 10:13:41] I
-
Updated
Oct 29, 2021
- Wikipedia
- Wikipedia

This issue is reserved for the Data Umbrella Africa & Middle East Sprint on October 23, 2021 as a good first issue. For non-sprint contributors, please wait till October 30, 2021 to work on this issue.
Note
For those who are running into "YD01: No Yields section found", it could be the cv parameter. Update `An iterable yielding (train, test) sp