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 16,437 public repositories matching this topic...
Describe the bug
In grid_to_graph, you expect the vertices to correspond to the implicit order defined by the mask. This is not always the case, due to the occurrence of isolated vertices that are dismissed in the reindexing of the vertices.
Steps/Code to Reproduce
import numpy as np
from sklearn.feature_extraction import grid_to_graph
mask = np.zeros((2, 3)).ast
Hello,
I want to show euros values on dashboard. But only the $ format are enable. When i changed the $ symbol to € i obtained an error.
How can I show euros value in a chart ?
I want something like "y_axis_format": "$,.2f" ==> to "y_axis_format": ",.2f€"
Regards,
Zied Sellami
-
Updated
Oct 1, 2020 - Jupyter Notebook
-
Updated
Dec 21, 2020 - Python
-
Updated
Dec 21, 2020 - Python
-
Updated
Dec 31, 2020 - Python
-
Updated
Dec 23, 2020
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.
What is the problem?
It seems that Ray doesn't allow using a class variable to keep track of some shared class-level information, such as how many instances of the class have been created.
I understand there are at least a couple of ways I can accomplish sharing state across instances:
- I can use a different class with an counter instance variable and have all of the launched clas
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
-
Updated
Dec 31, 2020 - Python
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 20, 2020
-
Updated
Dec 7, 2020
-
Updated
Dec 31, 2020 - Jupyter Notebook
🚀 Feature
A way to print to terminal without breaking up the progress bar.
Motivation
A lot of people print stuff to terminal while training/validating/testing, and currently a simple call to print() will break the progress bar. A way to get around this is to set up a custom progress bar, with methods for calling tqdm.write, and passing that as a callback to the trainer. However, this
-
Updated
Oct 16, 2020 - Jupyter Notebook
-
Updated
Jul 31, 2020
-
Updated
Dec 17, 2020
more details at: allenai/allennlp#2264 (comment)
-
Updated
Nov 30, 2020 - Python
-
Updated
Dec 29, 2020 - Python
What would you like to be added: As title
Why is this needed: All pruning schedule except AGPPruner only support level, L1, L2. While there are FPGM, APoZ, MeanActivation and Taylor, it would be much better if we can choose any pruner with any pruning schedule.
**Without this feature, how does current nni
-
Updated
Dec 28, 2020 - JavaScript
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
Oct 31, 2020 - Jupyter Notebook
-
Updated
Dec 31, 2020 - Python
The options "Include Schema" and "Include Contents" in the SQL exporter dialog can be a bit mysterious for users.
Proposed solution
Just like concrete SQL commands are included in the UI text elsewhere in the dialog ("DROP"), we could expand these phrases to mention the corresponding SQL commands ("CREATE TABLE", "INSERT").
Alternatives considered
We could also drop the mention
- 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.