-
Updated
Dec 13, 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 23,383 public repositories matching this topic...
Screenshot
I've added a red vertical ruler so that you see the issue
Description
As already explained in numerous issues, the use of 'Inter' font is problematic, it does not allow to align dates for instance,
and does not play nice with numbers either.
In my supe
-
Updated
Dec 3, 2021 - Jupyter Notebook
-
Updated
Dec 12, 2021 - Jupyter Notebook
-
Updated
Nov 7, 2021 - Jupyter Notebook
-
Updated
Nov 4, 2021 - Python
-
Updated
Dec 10, 2021 - Python
-
Updated
Jun 28, 2021 - Python
Problem
When checkpointing a Torch model's state_dict, there may be some inconsistencies when saving/loading depending on whether the model is wrapped in DDP.
Proposal
Provide a utility method that always fetches the non-DDP version of the state_dict.
Without DDP:
model.state_dict()
With DDP:
model.module.state_dict()
Also see
[torch.nn.modu
-
Updated
Dec 7, 2021
-
Updated
Dec 12, 2021
Summary
Aesthetically trivial, yet I've spotted a discrepancy with font sizes in our tooltip (front-end + back-end screenshots below).
I believe sections #1 and #2 should have the same font size?

, 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
Apr 16, 2021 - JavaScript
It's been unused and deprecated for years.
- It should emit a warning when parameter is passed in.
- the deprecation should say since when it's deprecated.
Once this is done, we can think of removing it in a couple of years.
As discussed in #21874, there aren't reprs on the locators and formatters. Reprs of the form where eval(repr) = call, something like
eval('AutoDateLocator(maxticks=8)') = AutoDateLocator(maxticks)would mean reprs could be used in the documentation examples, which would help keep the labels in sync. This is useful for the new example #21874 &
-
Updated
Dec 7, 2021 - Jupyter Notebook
-
Updated
May 20, 2020
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
Dec 13, 2021
-
Updated
Dec 14, 2021 - Python
-
Updated
Dec 13, 2021 - Python
-
Updated
Jul 30, 2021 - Jupyter Notebook
-
Updated
Dec 3, 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
Dec 14, 2021 - Python
-
Updated
Nov 18, 2021
- Wikipedia
- Wikipedia

Describe the issue linked to the documentation
Link the site https://scikit-learn.org/scikit-learn-benchmarks/ and https://github.com/scikit-learn/scikit-learn-benchmarks in the homepage https://scikit-learn.org.
Follow-up on #17026