-
Updated
Oct 24, 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,378 public repositories matching this topic...
Screenshot
When hovered on any Annotation Layer (it overlaps):
<img width="759" alt="Screen Shot 2021-10-14 at 10 29 06 AM" src="https://user-images.githubusercontent.com/17163665/137524141-c83fa62e-5d27-4a1a-a
-
Updated
Oct 23, 2021 - Jupyter Notebook
-
Updated
Oct 24, 2021 - Jupyter Notebook
-
Updated
Oct 25, 2021 - Jupyter Notebook
-
Updated
May 13, 2021 - Python
-
Updated
Oct 25, 2021 - Python
-
Updated
Jun 28, 2021 - Python
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
Currently users sees
(pid=3979) 2021-10-06 10:37:25,982 WARNING backend_state.py:996 -- Backend 'AAA' has 1 replicas that have taken more than 30s to start up. This may be caused by waiting for the cluster to auto-scale or beca
-
Updated
Oct 24, 2021
-
Updated
Oct 20, 2021
Summary
When in wide mode, the "Made with Streamlit" footer isn't aligned with the page content. We should fix that!
Is this a regression?
no
Debug info
- Streamlit version: 1.0.0
Proposed refactoring or deprecation
Current names:
pytorch_lightning/plugins/precision/
├── apex_amp.py
├── deepspeed_precision.py
├── double.py
├── fully_sharded_native_amp.py
├── ipu_precision.py
├── mixed.py
├── native_amp.py
├── precision_plugin.py
├── sharded_native_amp.py
├── tpu.py
└── tpu_bfloat.py
Motivation
Had to choose this when working on
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
When using Python you can click on the File line in vscode terminal to go to statement
Traceback (most recent call last):
File "/Users/gert/Desktop/py/./tutorial.py", line 4, in <module>
When using IPython the line number is displayed in such a way you can't parse it
ValueError Traceback (most recent call last)
~/Desktop/py/tutorial.py in <modu
-
Updated
Apr 16, 2021 - JavaScript
Bug summary
The ax.invertxaxis() and ax.invert_yaxis() function both produce the same output, a scatterplot with a flipped X axis.
Code for reproduction
from mpl_toolkits import mplot3d
import matplotlib.pyplot as plt
ax = plt.axes(projection='3d')
plt.title("Invert Z")
ax.scatter3D(1,1,1)
# ax.invert_xaxis()
ax.invert_yaxis()
# ax.invert_zaxis()
Actual o
-
Updated
Oct 25, 2021 - Jupyter Notebook
-
Updated
May 20, 2020
-
Updated
May 2, 2021
-
Updated
Oct 22, 2021 - Python
-
Updated
Jul 30, 2021 - Jupyter Notebook
-
Updated
Oct 23, 2021 - Python
-
Updated
Oct 23, 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 15, 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