data-analysis
Here are 11,127 public repositories matching this topic...
Due to the changes mentioned here miguelgrinberg/Flask-Migrate#384 the output of flask_migrate is not being logged during alembic migrations. Looks like the alembic.ini file needs to be updated to include logging config for flask_migrate.
These chang
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
masterhere
Location of the documentation
Documentation problem
- dropna
- index
are missing from the docst
-
Updated
Jan 13, 2022 - Clojure
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?

.
- Release notes.
- Example notebook.
- Double-check how
sm.tsa.arima.ARIMAworks withfix_params(it should fail except when the fit method isstatespace
The source link in page geometric_mean_score is
https://github.com/scikit-learn-contrib/imbalanced-learn/blob/dfc44e2/imblearn/utils/_validation.py#L492
However, it should be
https://github.com/scikit-learn-contrib/imbalanced-learn/blob/f1abf75/i
-
Updated
Jan 13, 2022 - Java
-
Updated
Jan 13, 2022 - Go
Tell us about the problem you're trying to solve
When releasing a new version of Airbyte (example) one must manually create a release. Failure/forgetting to create a release and a tag can cause confusion and in some case errors downstream (Airbyte Cloud build looks for tagged versions to fetch some resources, so if we didn't create a tagged com
-
Updated
Oct 15, 2020 - Jupyter Notebook
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
Sep 1, 2021 - Python
-
Updated
Oct 7, 2021 - R
Missing Type Hints
Hello,
I believe having type hints would really improve this project.
I offer that from now on type hints are selected as a necessary condition for the upcoming changes in PRs.
This way code base would slowly converge to a type hinted one.
Also this issue could be tagged as a good first issue for volunteer collaborators :)
cc: @abidlabs
-
Updated
Jul 11, 2020 - Python
-
Updated
Jan 13, 2022 - Java
-
Updated
Feb 6, 2020
-
Updated
Jan 13, 2022 - Python
Based on @karthikeyann's work on this PR rapidsai/cudf#9767 I'm wondering if it makes sense to consider removing the defaults for the stream parameters in various detail functions. It is pretty surprising how often these are getting missed.
The most common case seems to be in factory functions and various ::create functions. Maybe just do it for those?
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."
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