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 19,136 public repositories matching this topic...
We should be using pkg_resources
(or importlib.resources
if our min Python version is 3.7) instead of uses of __file__
.
$ get grep '__file__' sklearn/
sklearn/__check_build/__init__.py: local_dir = os.path.split(__file__)[0]
sklearn/datasets/_base.py: module_path = dirname(__file__)
sklearn/datasets/_base.py: module_path = dirname(__file__)
sklearn/datasets/_base.py:
Keyboard navigation in the control panel of the Explore view is difficult.
Expected results
You should be able to move focus between adjacent controls in the control panel with a single Tab key press
and visually distinguish what element has focus. You should be able to interact with controls the keyboard
(Enter or space bar for button-like things).
Actual results
Several tab
-
Updated
May 24, 2021 - Jupyter Notebook
-
Updated
May 12, 2021 - Jupyter Notebook
-
Updated
May 13, 2021 - Python
-
Updated
Jun 1, 2021 - Python
-
Updated
May 17, 2021 - Python
What is the problem?
Ray version and other system information (Python version, TensorFlow version, OS):
- Ray nightly
Reproduction (REQUIRED)
Please provide a short code snippet (less than 50 lines if possible) that can be copy-pasted to reproduce the issue. The snippet should have **no e
-
Updated
May 17, 2021
Steps to reproduce
run %autocall random
Expected result
ERROR:root:Valid modes: (0->Off, 1->Smart, 2->Full
Observed result
ValueError
was raised due to parsing the argument "random"
as an integer.
System info
Manjaro Linux, Python 3.9.1, IPython 7.22.0.
Summary
When the entire string is indented in help=""""..."""
, the markdown processor marks the string as a code block. We should treat help
the same way we treat st.markdown
and st.write
's input: by first calling textwrap.dedent(...)
on it to remove global indentation.
Steps to reproduce
Code snippet:
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
Problem
I would like to use named arguments in FuncAnimation.
Currently:
ani = matplotlib.animation.FuncAnimation(
fig, update, frames=len(raw_history),
interval=500, repeat=True, repeat_delay=1,
fargs=(raw_history, action_history, style)
)
This would be slightly cumbersome when I change the order / type of arguments my function accepts. I could use functools
to a
🚀 Feature
Detect UninitializedParameter and run one batch/sample before fitting.
Motivation
Pytorch now accepts 'lazy' layers with UninitializedParameter
.
However, this seems to cause a memory error in PL at when we start the trainer because it attempt to estimate the memory usage:
RuntimeError: Can't access the shape of an uninitialized parameter. This error usually happen
-
Updated
May 30, 2021 - Jupyter Notebook
-
Updated
Apr 16, 2021 - JavaScript
-
Updated
May 20, 2020
Refer to doc2vec.py, infer_vector
function seems to be using epochs
for the number of iterations and steps
is not in used.
However, in the similarity_unseen_docs
function, steps
is used when calling the infer_vector function.
-
Updated
May 2, 2021
-
Updated
Oct 16, 2020 - Jupyter Notebook
-
Updated
May 16, 2021
-
Updated
May 15, 2021
-
Updated
May 31, 2021 - Python
-
Updated
May 31, 2021 - Python
-
Updated
May 15, 2021
-
Updated
Jun 1, 2021 - Python
I'm using mxnet to do some work, but there is nothing when I search the mxnet trial and example.
-
Updated
Jan 25, 2021 - Python
- Wikipedia
- Wikipedia
(e.g. for links and images), because some of these examples are now being rendered in the docs.
Added by @fchollet in requests for contributions.