-
Updated
Jul 31, 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 28,361 public repositories matching this topic...
Time-series Bar Chart v2 does not update total values for stacked bar chart when toggling legends.
How to reproduce the bug
- Create a "Time-series Bar Chart v2"
- Go to "Customize" and select "Show value", "Stack series" and "Only total"
- Toggle series in legends
- The total value should update but it doesn't
The legacy Time-series Bar Chart does not have this issue.
-
Updated
Jul 21, 2022 - Jupyter Notebook
BUG in read_pickle
Summary: read_pickle from Pandas version > 1.25 is unable to load pickles created with pandas version 0.24 and Python 2.7. The documentation claims it is compatible with Pandas versions starting in 0.20, and it does work with pandas version until 1.25 and Python 3.9
The desired behaviour is that it should work the same it did until version 1.2.5, as is it still described in the documentation.
-
Updated
Jun 29, 2022 - Jupyter Notebook
-
Updated
Jun 9, 2022 - Jupyter Notebook
-
Updated
Jul 29, 2022 - Python
-
Updated
Apr 3, 2022 - Python
What happened + What you expected to happen
The current default autoscaler error message color is painfully difficult to read on the default background.
Versions / Dependencies
Master
Reproduction script
Launch a 4 CPU head node with availa
-
Updated
Jun 13, 2022 - Python
-
Updated
Feb 10, 2022 - JavaScript
-
Updated
Jun 26, 2022
Problem
See #3856 . Developer would like the ability to configure whether the developer menu or viewer menu is displayed while they are developing on cloud IDEs like Gitpod or Github Codespaces
Solution
Create a config option
showDeveloperMenu: true | false | auto
where
- true: always shows the developer menu locally and while deployed
- false: always sho
🚀 Typing coverage
Let's improve typing coverage of PyTorch Lightning together!
I'm creating a new issue in order to increase visibility. There are three older issues (#7037, #5023, #4698) which became stale over time.
Plan
Currently, there are 55 files which are excluded from mypy checks so that our CI does not fail. These files vastly differ in difficulty in order to make the t
-
Updated
Jul 30, 2022
Describe your context
Please provide us your environment, so we can easily reproduce the issue.
- replace the result of
pip list | grep dashbelow
dash 2.0.0
dash-bootstrap-components 1.0.0
-
if frontend related, tell us your Browser, Version and OS
- OS: [e.g. iOS] Windows
- Browser [e.g. chrome, safari]: Chrome 96.0x, Edge 96.0x, Firefox
Bug summary
When making an animation of a scatter plot, if you don't set c (the color value parameter) when initializing the artist, the color settings are ignored.
Code for reproduction
import matplotlib.animation as animation
import matplotlib.pyplot as plt
import numpy as np
fig, ax = plt.subplots()
pts = ax.scatter([], [], cmap="gray")
ax.set_xlim(0, 1)
ax.set_yl-
Updated
Jul 28, 2022 - Jupyter Notebook
- Base README.md
- Quizzes
- Introduction base README
- Defining Data Science README
- Defining Data Science assignment
- Ethics README
- Ethics assignment
- Defining Data README
- Defining Data assignment
- Stats and Probability README
- Stats and Probability assignment
- Working with Data base README
- Rel
https://github.com/ipython/ipython/blob/f20e3b80393a1a5909a050cb7bb9cbce9e044827/IPython/core/tests/test_displayhook.py#L31
and also line 44
Did you mean...
overbite,
overrate,
override,
overripe,
overwrite
-
Updated
Jul 31, 2022 - Python
-
Updated
May 20, 2020
-
Updated
Jul 29, 2022 - Python
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
Jul 30, 2022
-
Updated
Jul 27, 2022 - Go
-
Updated
Jul 30, 2021 - Jupyter Notebook
- Wikipedia
- Wikipedia

Describe the bug
The acceptable values for
max_samplesare(0, 1]. One possible option forclass_weightisbalanced_subsample. However, for values ofmax_samplesnear zero andclass_weight='balanced_subsample', the model fails with an unhelpful error related to having an empty array as an indexer.This is only likely to come up in a grid search, as it seems unlikely that some