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 18,885 public repositories matching this topic...
Estimator has too many undocumented attributes:
- test_fit_docstring_attributes[OrthogonalMatchingPursuit-OrthogonalMatchingPursuit]
- test_fit_docstring_attributes[Lasso-Lasso]
- test_fit_docstring_attributes[LarsCV-LarsCV]
- test_fit_docstring_attributes[Birch-Birch]
-
Updated
May 10, 2021 - Jupyter Notebook
-
Updated
May 12, 2021 - Jupyter Notebook
-
Updated
May 13, 2021 - Python
-
Updated
May 17, 2021 - Python
-
Updated
May 17, 2021 - Python
Currently the decorator docstring is good but not the one for the resulting Deployment type.
Should also be able to do Deployment.num_replicas to check current setting and so on. We should document these in the docstring.
-
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 import streamlit and supervisely_lib together in a project there occurs a TypeError.
Steps to reproduce
Code snippet:
import streamlit as st
import supervisely_lib as sly
If applicable, please provide the steps we should take to reproduce the bug:
- run the code with streamlit run ...
- see error/traceback when you open the streamlit page
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
Bug report
This is an existing bug that is already known but it might be prevented by using extra initialization steps.
I hope someone can guide me.
Error: `"Locator attempting to generate 4018 ticks ([10775.0,
🚀 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
Apr 28, 2021 - Jupyter Notebook
-
Updated
May 20, 2020
Not a high-priority at all, but it'd be more sensible for such a tutorial/testing utility corpus to be implemented elsewhere - maybe under /test/ or some other data- or doc- related module – rather than in gensim.models.word2vec.
Originally posted by @gojomo in RaRe-Technologies/gensim#2939 (comment)
-
Updated
May 2, 2021
-
Updated
Oct 16, 2020 - Jupyter Notebook
-
Updated
Apr 16, 2021 - JavaScript
-
Updated
May 16, 2021
-
Updated
May 15, 2021
-
Updated
May 18, 2021 - Python
-
Updated
May 15, 2021
-
Updated
May 17, 2021 - Python
-
Updated
May 17, 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.