-
Updated
Jul 3, 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 3,871 public repositories matching this topic...
Screenshot
Description
chart 3 dot menu is behind the chart title panel in chart maximize mode
-
Updated
May 13, 2021 - Python
-
Updated
Jul 4, 2021 - Python
-
Updated
Jun 28, 2021 - Python
Hi all!
I am trying a self-play based scheme, where I want to have two agents in waterworld environment have a policy that is being trained (“shared_policy_1”) and other 3 agents that sample a policy from a menagerie (set) of the previous policies of the first two agents ( “shared_policy_2”).
My problem is that I see that the weights in the menagerie are overwritten in every iteration by the cur
The docs for IPython.core.interactiveshell.InteractiveShell.set_custom_exc have horribly mangled a warning message into a list of arguments. I can't work out at a glance why this is happening; it might be a sphinx.ext.napoleon bug, or a sphi
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
🚀 Feature
Support the following:
@dataclass
class MyDataModule(LightningDataModule):
passMotivation
To reduce boilerplate code is at the core of philosophy in Lightning. It should be compatible with dataclasses.
Code sample
Here is an example. It currently does not work as we have some internal attributes that don't play well with the dataclass.
Problem
links to the matplotlib source on the website. This is ok, but subsequent navigation of the code is more frustrating than on github. For example I can't figure out how to the get to the folder containing https://matplotlib.org/stable/_modul
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 1, 2021 - Python
-
Updated
Jul 4, 2021 - 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
Jul 2, 2021 - Python
-
Updated
Jan 25, 2021 - Python
-
Updated
Jul 4, 2021 - Python
files summary: 0 added, 1 deleted, 0 renamed, 0 modified, 1 not in cache
We should not have 0 ... in the summary result.
-
Updated
Jul 1, 2021 - Python
-
Updated
Jun 21, 2021 - Python
Opened from the Prefect Public Slack Community
elliot: Hey folks is anyone else getting a deprecation warning on marshmallow? Something like:
...
/home/rof/.pyenv/versions/3.9.1/lib/python3.9/site-packages/marshmallow/fields.py:198
/home/rof/.pyenv/versions/3.9.1/lib/python3.9/site-packages/marshmallow/fields.py:198: RemovedInMarshmallow4Warning: Passing fi
-
Updated
Jun 25, 2021 - Python
-
Updated
Jun 27, 2021 - Python
Bug/Feature Request Description
In [1]: import featuretools as ft
In [2]: es = ft.demo.load_mock_customer(return_entityset=True)
In [3]: import pandas as pd
-
Updated
May 19, 2021 - Python
-
Updated
Jul 1, 2021 - Python
-
Updated
Jun 18, 2021 - Python
-
Updated
Jun 8, 2021 - Python
- Wikipedia
- Wikipedia


We should be using
pkg_resources(orimportlib.resourcesif our min Python version is 3.7) instead of uses of__file__.