-
Updated
Sep 28, 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 21,738 public repositories matching this topic...
-
Updated
Sep 20, 2021 - Jupyter Notebook
-
Updated
Sep 4, 2021 - Jupyter Notebook
-
Updated
Sep 27, 2021 - Jupyter Notebook
-
Updated
May 13, 2021 - Python
-
Updated
Sep 28, 2021 - Python
-
Updated
Jun 28, 2021 - Python
Search before asking
- I searched the issues and found no similar issues.
Ray Component
Ray Serve
What happened + What you expected to happen
See repro script, a fix would be avoid reconfiguring when there are inflight queries. Additionally, we should consider not accepting new queries when reconfigure is being called.
Reprod
-
Updated
Sep 2, 2021
Summary
All Streamlit widgets and elements fade when the app is rerunning. But this is not happening for st.expander.
Steps to reproduce
Code snippet:
import streamlit as st
import time
time.sleep(10) # Makes it easier to see the bug
st.write("This fades correctly")
st.button("This too")
with st.expander("This doesn't fade"):
st.write("but this fades")
-
Updated
Sep 28, 2021
🐛 Bug
Context
I noticed in the unit test case test_dataloaders_reset_and_attach in test_dataloaders.py that trainer.fit() was called twice with different train_dataloaders. ([code pointer](https://github.com/PyTorchLightning/pytorch-lightning/blob/5a846d48ceb5412636bafc3037d04bc2f1bcc0e6/tests/trainer/test_datalo
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
Steps to reproduce
- Create a
test1.pyfile with the contentsimport sys; print(1, sys.argv)in the current directory - Create a
test2.pyfile with the contentsprint(2)in the current directory
Expected result
As per the IPython reference:
Both files are executed in sequence, the
-
Updated
Apr 16, 2021 - JavaScript
Bug summary
The only way (that I am aware of) to control the linewidth of hatches is through an rc parameter. But temporarily modifying the parameter with plt.rc_context has not effect.
Code for reproduction
import matplotlib.pyplot as plt
plt.figure().subplots().bar([0, 1], [1, 2], hatch=["/", "."], fc="r")
with plt.rc_context({"hatch.linewidth": 5}):
plt.-
Updated
Sep 19, 2021 - Jupyter Notebook
-
Updated
May 20, 2020
-
Updated
May 2, 2021
-
Updated
Jul 30, 2021 - Jupyter Notebook
-
Updated
Sep 28, 2021 - Python
-
Updated
Sep 25, 2021 - Python
-
Updated
May 16, 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
Aug 25, 2021
- Wikipedia
- Wikipedia

Describe the issue linked to the documentation
Use
:doi:and:arxiv:directives for references in the documentation as is done in scipy in scipy/scipy#12858.Suggest a potential alternative/fix
No response