-
Updated
Sep 14, 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,429 public repositories matching this topic...
Currently, we use Native filter on Superset version 1.2, but looks like The actual time range does not show correctly with SIP-15 (in the SIP-15 the time range must is [inclusive, exclusive) ). So that mean the actual time range and the tool tip must show label as: from_date <= col < to_date.
Expected results
 2021-09-07 20:52:42,899 INFO http_state.py:75 -- Starting HTTP proxy with name 'pfaUeM:SERVE_CONTROLLER_ACTOR:SERVE_PROXY_ACTOR-node:192.168.1.13-0' on node 'node:192.168.1.13-0' listening on '12
-
Updated
Sep 2, 2021
We currently print a warning as shown below when a user sets both a widget default value in the function defining the widget as well as a widget value via the widget's key in st.session_state
While we certainly want to do this by default since doing both is not recommended, we should provide a
Proposed refactoring or deprecation
No longer extend ABC in LightningModule:
https://github.com/PyTorchLightning/pytorch-lightning/blob/master/pytorch_lightning/core/lightning.py#L57
Motivation
According to @carmocca in https://docs.google.com/document/d/1xHU7-iQSpp9KJTjI3As2EM0mfNHHr37WZYpDpwLkivA/edit?disco=AAAANOyYJFs this is legacy and can be removed. Originally added in https
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
Minor, non-breaking issue found during review of #13094.
If path of the active virtualenv is a substring of another virtualenv, IPython started from the second one will not fire up any warning.
Example:
virtualenv aaa
virtualenv aaaa
. aaaa/bin/activate
python -m pip install ipython
. aaa/bin/activate
aaaa/bin/ipython
Expected behavior after executing aaaa/bin/ipython
:
-
Updated
Sep 11, 2021
Problem
3d axes don't support the data kwarg:
gcf().add_subplot(projection="3d").scatter("a", "b", "c", data={"a": [0], "b": [1], "c": [2]})
results in
ValueError: could not convert string to float: 'a'
Proposed solution
I think it's "mostly" a matter of adding a bunch of @_preprocess_data
decorators to 3D plotting methods similarly to what's done for 2D plots
-
Updated
Apr 16, 2021 - JavaScript
-
Updated
Sep 14, 2021 - Jupyter Notebook
In gensim/models/fasttext.py:
model = FastText(
vector_size=m.dim,
vector_size=m.dim,
window=m.ws,
window=m.ws,
epochs=m.epoch,
epochs=m.epoch,
negative=m.neg,
negative=m.neg,
# FIXME: these next 2 lines read in unsupported FB FT modes (loss=3 softmax or loss=4 onevsall,
# or model=3 supervi
-
Updated
May 20, 2020
-
Updated
May 2, 2021
-
Updated
Jul 30, 2021 - Jupyter Notebook
-
Updated
Sep 14, 2021 - Python
-
Updated
Sep 14, 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.
-
Updated
Sep 14, 2021 - Python
-
Updated
Aug 25, 2021
- Wikipedia
- Wikipedia
Describe the issue linked to the documentation
The "20 newsgroups text" dataset can be accessed within scikit-learn using defined functions. The dataset contains some text which is considered culturally insensitive.
Suggest a potential alternative/fix
Add a section in the dataset documentation, possibly above the "Recommendation" section called "Data Considerations".
https://