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 17,408 public repositories matching this topic...
Most functions in scipy.linalg
functions (e.g. svd
, qr
, eig
, eigh
, pinv
, pinv2
...) have a default kwarg check_finite=True
that we typically leave to the default value in scikit-learn.
As we already validate the input data for most estimators in scikit-learn, this check is redundant and can cause significant overhead, especially at predict / transform time. We should probably a
Current, in Explore left data panel Columns section, user see
1) actual column name that without a label e.g. job_intr_dataengn
(column name, no lable)
or 2) label name of columns e.g. yt_codingtuts360 label
(label name of yt_codingtuts360
)
from the view.
when user hover on the text, exact same information
change: display actual column name in tooltip, when there's a label
<img wi
-
Updated
Jan 4, 2021 - Jupyter Notebook
-
Updated
Feb 18, 2021 - Python
-
Updated
Feb 22, 2021 - Python
-
Updated
Dec 21, 2020 - Python
-
Updated
Feb 8, 2021
This is the comment as mentioned here https://github.com/ray-project/ray/pull/14122/files#diff-10f3fda5ddb0ff3dbb8f347dd7fc53101d2dd140585e72f2d55be831bd5455dbR134
What is the problem?
In most cases, a client object's lifetime matches its ID, but this isn't so with named actors. Performance can be improved by reverting this call to non-blocking.
Reproduction outline
Here's how na
Travis is not going to automatically offer the free tier for all open source projects; We likely want o migrate away from travis.
Setting up github actions to replace travis would be a welcomed contribution.
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
Summary
When a function has print('sth', file=sys.stderr)
in the body I get:
InternalHashError: [Errno 2] No such file or directory: '<stderr>'
While caching the body of eval_models_on_all_data(), Streamlit encountered an object of type _io.TextIOWrapper, which it does not know how to hash.
Steps to reproduce
Code snippet:
@st.cache
def f():
prin
🚀 Feature
Create null values for enums instead of using None
. For example, utilities.enums.DistributedType
should have a DistributedTypes.None
enum value in addition to existing enum values.
Motivation
Python builtin None
is hard to track, and I think it is always a good practice to have default null values for enu
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
Feb 19, 2021 - Jupyter Notebook
-
Updated
May 20, 2020
-
Updated
Feb 10, 2021
-
Updated
Oct 16, 2020 - Jupyter Notebook
-
Updated
Jul 31, 2020
-
Updated
Feb 11, 2021
Unfortunately, I can't find any examples of what it "does" do, but it appears to take a file that is NOT in json format, but has a complete json representation on every single line of the file, with two keys: "text" and "label".
The code showing that is in its _read method:
....
def _read(self, file_path):
with open(cached_path(file_path), "r") as data_file:
for line in
-
Updated
Jan 25, 2021 - Python
-
Updated
Feb 14, 2021 - JavaScript
-
Updated
Feb 22, 2021 - Python
I'm using mxnet to do some work, but there is nothing when I search the mxnet trial and example.
Current pytorch implementation ignores the argument split_f
in the function train_batch_ch13
as shown below.
def train_batch_ch13(net, X, y, loss, trainer, devices):
if isinstance(X, list):
# Required for BERT Fine-tuning (to be covered later)
X = [x.to(devices[0]) for x in X]
else:
X = X.to(devices[0])
...
Todo: Define the argument `
-
Updated
Jan 15, 2021 - Jupyter Notebook
-
Updated
Feb 20, 2021 - Python
This is not a high priority issue, but while developin
- 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.