data-analysis
Here are 8,528 public repositories matching this topic...
I'm trying to implement my custom plugin as a native filter but it looks like the height defined for every native filter is 20px, unlike the correct height when the plugin is defined in the dashboard.
Here's the relevant code:
https://github.com/apache/superset/blob/8ef572a4121ffd2fec6f64d0a053218dbf98308a/superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/Fi
-
I have checked that this issue has not already been reported.
-
I have confirmed this bug exists on the latest version of pandas.
-
(optional) I have confirmed this bug exists on the master branch of pandas.
Code Sample, a copy-pastable example
import pandas as pd
dfo = pd.DataFrame({"A": ["abc", "def"], "B": ["ghi", "jkl"]}, dtype="object")
dfs-
Updated
Apr 21, 2021 - Clojure
Summary
When import streamlit and supervisely_lib together in a project there occurs a TypeError.
Steps to reproduce
Code snippet:
import streamlit as st
import supervisely_lib as sly
If applicable, please provide the steps we should take to reproduce the bug:
- run the code with streamlit run ...
- see error/traceback when you open the streamlit page
-
Updated
Apr 19, 2021 - C
Is your feature request related to a problem? Please describe.
When working with a big piece of text, I sometimes scroll down and copy some text into another tab. When switching back to the first tab, both the input and the output pane is back on top. So I don't know where I was working just now.
Describe the solution you'd like
After tab switching, scroll position should be remembere
-
Updated
Apr 16, 2021 - JavaScript
The Wikibase extension does not currently let the user upload "negative" dates (in the Julian/Gregorian calendars).
The currently supported formats are documented here: https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Dates
Proposed solution
Introduce a new syntax for those dates. For instance -YYYY or YYYY BCE could be used. Both are supported by Wik
-
Updated
Feb 9, 2021 - Python
-
Updated
Apr 19, 2021 - Jupyter Notebook
Collection of follow-ups to #5827. These can/should be broken out into individual PRs. Many are relatively straightforward and would make a good first PR.
General
- Documentation (none was added in original PR).
- Release notes.
- Example notebook.
- Double-check how
sm.tsa.arima.ARIMAworks withfix_params(it should fail except when the fit method isstatespace
-
Updated
Mar 20, 2021 - Jupyter Notebook
-
Updated
Apr 17, 2021 - Python
-
Updated
Apr 21, 2021 - Java
-
Updated
Oct 15, 2020 - Jupyter Notebook
-
Updated
Apr 20, 2021 - Go
-
Updated
Apr 21, 2021 - Go
-
Updated
Mar 12, 2021 - Python
-
Updated
Jul 11, 2020 - Python
-
Updated
Mar 5, 2021 - R
The official instructions say to use joblib for pickling PyOD models.
This fails for AutoEncoders, or any other TensorFlow-backed model as far as I can tell. The error is:
>>> dump(model, 'model.joblib')
...
TypeError: can't pickle _thread.RLock objects
Note that it's not sufficient to save the underlying Keras S
-
Updated
May 8, 2018 - Jupyter Notebook
-
Updated
Apr 10, 2021 - JavaScript
-
Updated
Feb 6, 2020
-
Updated
Jan 28, 2021 - C++
-
Updated
Dec 28, 2020 - Python
-
Updated
Apr 11, 2021 - Python
Improve this page
Add a description, image, and links to the data-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-analysis topic, visit your repo's landing page and select "manage topics."
Describe the issue linked to the documentation
Videos on contributing to scikit-learn reference were created prior to renaming the branch name, and so refer to
master, notmainSuggest a potential alternative/fix
In this file, under "Video Resources" section: https://github.com/scikit-learn/scikit-learn/blob/d01014c3198aafa336d9f8ed306f292d68c4a886/doc/developers/contributing.r