-
Updated
Jan 10, 2022 - 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,956 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
Jan 9, 2022 - Jupyter Notebook
-
Updated
Jan 1, 2022 - Jupyter Notebook
-
Updated
Jan 6, 2022 - Jupyter Notebook
-
Updated
Nov 4, 2021 - Python
-
Updated
Jan 10, 2022 - Python
-
Updated
Jun 28, 2021 - Python
Problem: Currently JsonLoggerCallback.handle_result will load in the entirety of the existing results, append the new result, and then rewrite the entire file. This may not scale when running long-running jobs or jobs with large results.
Potential Fix:
-
Updated
Jan 2, 2022
-
Updated
Jan 9, 2022
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
Dec 23, 2021 - JavaScript
For regular lists:
In [11]: list(range(50))
Out[11]:
[0,
1,
2,
3,
4,
...
46,
47,
48,
49]
However:
In [13]: collections.UserList(range(50))
Out[13]: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]
Bug summary
imshow extents cannot be expressed with units.
Code for reproduction
fig, ax = plt.subplots()
dates = np.arange("2020-01-01","2020-01-10 23:00", dtype='datetime64[h]')
ys = np.random.random(dates.size)
arr = np.random.random((10, 10))
ax.imshow(arr, extent=[dates[0], dates[1], 0, 10])Actual outcome
Traceback (most recent call last):
File "
-
Updated
Jan 7, 2022 - 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 30, 2021
-
Updated
Jan 8, 2022 - Python
-
Updated
Jan 10, 2022 - Python
-
Updated
Jul 30, 2021 - Jupyter Notebook
-
Updated
Jan 7, 2022
-
Updated
Jan 10, 2022 - Python
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
Jan 10, 2022 - Go
- Wikipedia
- Wikipedia

These examples take quite a long time to run, and they make our documentation CI fail quite frequently due to timeout. It'd be nice to speed the up a little bit.
To contributors: if you want to work on an example, first have a look at the example, and if you think you're comfortable working on it and have found a potential way to speed-up execution time while preserving the educational message