-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate: Split "Analyze" section into BI vs. ML #53
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
(ml)= | ||
(ml-tools)= | ||
# Machine Learning with CrateDB | ||
|
||
This documentation section lists machine learning applications and frameworks, | ||
which can be used together with CrateDB. | ||
|
||
|
||
## Data analysis with pandas and scikit-learn | ||
|
||
```{div} | ||
:style: "float: right" | ||
[![](https://pandas.pydata.org/static/img/pandas.svg){w=180px}](https://pandas.pydata.org/) | ||
<br> | ||
[![](https://upload.wikimedia.org/wikipedia/commons/thumb/0/05/Scikit_learn_logo_small.svg/240px-Scikit_learn_logo_small.svg.png){w=180px}](https://scikit-learn.org/) | ||
<br> | ||
[![](https://jupyter.org/assets/logos/rectanglelogo-greytext-orangebody-greymoons.svg){w=180px}](https://jupyter.org/) | ||
``` | ||
|
||
|
||
Using [pandas] and [scikit-learn] to run a regression analysis within a [Jupyter Notebook]. | ||
|
||
- [Machine Learning and CrateDB: An introduction] | ||
- [Machine Learning and CrateDB: Getting Started With Jupyter] | ||
- [Machine Learning and CrateDB: Experiment Design & Linear Regression] | ||
|
||
More resources: | ||
|
||
- [Automating financial data collection and storage in CrateDB with Python and pandas 2.0.0] | ||
- [From data storage to data analysis: Tutorial on CrateDB and pandas] | ||
|
||
|
||
## Machine Learning and CrateDB | ||
|
||
- Using pandas, NumPy, Matplotlib, Merlion, and MLFlow, to analyze timeseries anomalies: | ||
[Running Time Series Models in Production using CrateDB] | ||
|
||
|
||
[Automating financial data collection and storage in CrateDB with Python and pandas 2.0.0]: https://community.crate.io/t/automating-financial-data-collection-and-storage-in-cratedb-with-python-and-pandas-2-0-0/916 | ||
[From data storage to data analysis: Tutorial on CrateDB and pandas]: https://community.crate.io/t/from-data-storage-to-data-analysis-tutorial-on-cratedb-and-pandas/1440/1 | ||
[Jupyter Notebook]: https://jupyter.org/ | ||
[Machine Learning and CrateDB: An introduction]: https://crate.io/blog/machine-learning-and-cratedb-part-one | ||
[Machine Learning and CrateDB: Getting Started With Jupyter]: https://crate.io/blog/machine-learning-cratedb-jupyter | ||
[Machine Learning and CrateDB: Experiment Design & Linear Regression]: https://crate.io/blog/machine-learning-and-cratedb-part-three-experiment-design-and-linear-regression | ||
[pandas]: https://pandas.pydata.org/ | ||
[Running Time Series Models in Production using CrateDB]: https://github.com/crate/ml-sandbox/blob/main/timeseries-blog/timeseries-blog.md | ||
[scikit-learn]: https://scikit-learn.org/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ based on Apache Superset. | |
|
||
```{div} | ||
:style: "float: right" | ||
[![](https://www.cluvio.com/images/logos/cluvio/cluvio-logo-full_color-on_dark.svg){w=180px}](https://www.cluvio.com/) | ||
[![cluvio-logo-full_color-on_dark.svg](https://github.com/crate/crate-clients-tools/assets/453543/cac142ef-412a-4a67-a63f-bf9d1ce92c84){w=180px}](https://www.cluvio.com/) | ||
``` | ||
|
||
[Cluvio] is a programmable and interactive dashboarding platform — your analytics | ||
|
@@ -78,8 +78,8 @@ your entire company in few minutes. | |
|
||
- [Data Analysis with Cluvio and CrateDB] | ||
|
||
![](https://www.cluvio.com/images/features/custom-filters.png){h=200px} | ||
![](https://www.cluvio.com/images/features/report-creator.png){h=200px} | ||
![custom-filters.png](https://github.com/crate/crate-clients-tools/assets/453543/49ca6a35-239e-4915-951c-db6649fd35a4){h=200px} | ||
![report-creator.png](https://github.com/crate/crate-clients-tools/assets/453543/844a5ffd-0b92-4c77-8cdd-0b5cc5b392b1){h=200px} | ||
Comment on lines
-81
to
+82
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Dito. |
||
|
||
|
||
## Explo Explore | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am just using GitHub as image host here. It worked well for a while already, so I never looked back.
/cc @matkuliak