-
Updated
Aug 15, 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 20,780 public repositories matching this topic...
When the View Query Option is selected, the screen pops up in the middle of the web page and obscures the chart I'm working on. I'd like to be able to move it around so I can see the chart results and the query at the same time. It would be nice to also be able to resize the view query screen to minimize its' presence on the web page. There's a lot of blank space on the right side of the view quer
-
Updated
Aug 15, 2021 - Jupyter Notebook
-
Updated
Jul 31, 2021 - Jupyter Notebook
-
Updated
May 13, 2021 - Python
-
Updated
Aug 15, 2021 - Python
-
Updated
Jun 28, 2021 - Python
-
Updated
Aug 14, 2021
Apache Arrow has a first-class tabular file format, Feather, that the Ray Datasets IO layer should support. Combined with Ray Datasets' existing .from_arrow()
and .to_arrow()
APIs, this would round out our "all-Arrow" experience, which should be as nice as possible given our "distributed Arrow dataset" positioning.
Implementation Note
-
Updated
Aug 15, 2021 - Jupyter Notebook
We currently print a warning as shown below when a user sets both a widget default value in the function defining the widget as well as a widget value via the widget's key in st.session_state
While we certainly want to do this by default since doing both is not recommended, we should provide a
🚀 Feature
Refactor our internal language for master port and master address in the cluster environments and accelerators.
Motivation
Inclusive language
Pitch
rename to main_address
and main_port
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
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
Bug summary
Figures saved via the savefig
method are not saved relative to the rcParams['savefig.directory']
path. Looking at the source code, it seems that this path is only prepended to the filename if the save request came via the interactive toolbar. Not sure if this is done intentionally, but it seems to me that the savefig.directory
should always be respected.
In the exampl
-
Updated
Apr 16, 2021 - JavaScript
-
Updated
Aug 12, 2021 - Jupyter Notebook
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
May 20, 2020
-
Updated
May 2, 2021
-
Updated
Aug 12, 2021
-
Updated
Jul 30, 2021 - Jupyter Notebook
-
Updated
Aug 15, 2021 - Python
-
Updated
Aug 15, 2021 - Python
-
Updated
May 16, 2021
Is your feature request related to a problem? Please describe.
I want to evaluate multiple datasets (same formatting, they can share the same dataset reader). The "evaluate" command takes much longer to load the model than to evaluate.
Describe the solution you'd like
support passing multiple input files and output files to the "evaluate" command
**Describe alternatives you've cons
-
Updated
Aug 7, 2021
-
Updated
Aug 14, 2021 - Python
- Wikipedia
- Wikipedia
I just discover that we have a helper function to validate scalar:
https://scikit-learn.org/stable/modules/generated/sklearn.utils.check_scalar.html
Since this helper could help to get consistent error types and messages, I was wondering if we could make a long-running issue to introduce this helper everywhere possible.
I think this could be a good issue for first contributors and short spr