data-analysis
Here are 10,084 public repositories matching this topic...
When user encounter error in dashboard, can we show the specific error information rather than 'Unexpected error'?
For example for Missing dataset error, can we show the error title to bubble up as 'Missing dataset' rather than 'Unexpected error'? It will be easier for user to see specific error right away.
<img width="674" alt="Screen Shot 2021-10-01 at 10 48 24 AM" src="https://user-image
Is your feature request related to a problem?
I whish the pandas drop function would let me drop combination of rows (or columns) in multiindex dataframes.
E.g., I have a multiindex dataframe like this
| Column 1 | Column 2 | ||
|---|---|---|---|
| Index 1 | Index 2 |
The simplest, fastest way to get business intelligence and analytics to everyone in your company
-
Updated
Oct 2, 2021 - Clojure
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
Roadmap to becoming an Artificial Intelligence Expert in 2021
-
Updated
Apr 16, 2021 - JavaScript
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
-
Updated
Oct 1, 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
We could improve the Error: output to a user shown in the expression preview to tell them what the Type() is for a parameter being passed that is not compatible with the parameter type being expected.
Proposed solution
On our various HTML/XML GREL functions (htmlText(), wholeText(), ownText(), etc.) add the new Type().call(bindings, args) to the EvalError and rephrase the error text as n
Create HTML profiling reports from pandas DataFrame objects
-
Updated
Oct 3, 2021 - Jupyter Notebook
Open Machine Learning Course
-
Updated
Sep 12, 2021 - Python
Practice your pandas skills!
-
Updated
Sep 26, 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
Describe the issue linked to the documentation
In the section https://imbalanced-learn.org/stable/under_sampling.html#prototype-selection the selected subset S' should be a (strict) subset, not and element of S.
Suggest a potential alternative/fix
Change \in to \subset in doc/under_sampling.rst.
GoPlus - The Go+ language for engineering, STEM education, and data science
-
Updated
Oct 1, 2021 - Go
Alluxio, data orchestration for analytics and machine learning in the cloud
-
Updated
Oct 3, 2021 - Java
Reproducible Data Science at Scale!
-
Updated
Oct 2, 2021 - Go
Repository of teaching materials, code, and data for my data analysis and machine learning projects.
-
Updated
Oct 15, 2020 - Jupyter Notebook
A next-generation curated knowledge sharing platform for data scientists and other technical professions.
-
Updated
Sep 1, 2021 - Python
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
A curated list of awesome R packages, frameworks and software.
-
Updated
Aug 6, 2021 - R
-
Updated
Jul 11, 2020 - Python
利用Python进行数据分析 第二版 (2017) 中文翻译笔记
-
Updated
May 8, 2018 - Jupyter Notebook
Java and Python provide logging frameworks for recording errors and stack traces. Logging can be configured to format those messages, such as by removing newlines from stack traces, adding timestamps, and putting a log level (INFO, WARN, ERROR) on the message. In the future, it may also include json structured logging. Using the logging framew
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
-
Updated
Oct 3, 2021 - Python
人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域
-
Updated
Feb 6, 2020
Web-based SQL editor run in your own private cloud. Supports MySQL, Postgres, SQL Server, Vertica, Crate, ClickHouse, Trino, Presto, SAP HANA, Cassandra, Snowflake, BigQuery, SQLite, and more with ODBC
-
Updated
Sep 21, 2021 - JavaScript
Create UIs for prototyping your machine learning model in 3 minutes
-
Updated
Sep 30, 2021 - Python
人人可用的开源数据可视化分析工具。
-
Updated
Sep 30, 2021 - Java
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
Use
:doi:and:arxiv:directives for references in the documentation as is done in scipy in scipy/scipy#12858.Suggest a potential alternative/fix
No response