Skip to content

Commit f00cf79

Browse files
committed
Align README TOC and formatting
Signed-off-by: Oshgig <nifemi996@gmail.com>
1 parent e4fcdcc commit f00cf79

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ This is a shortcut path to start studying **Data Science**. Just follow the step
4040

4141
- [What is Data Science?](#what-is-data-science)
4242
- [Where do I Start?](#where-do-i-start)
43+
- [Agents](#agents)
4344
- [Training Resources](#training-resources)
4445
- [Tutorials](#tutorials)
4546
- [Free Courses](#free-courses)
@@ -53,7 +54,7 @@ This is a shortcut path to start studying **Data Science**. Just follow the step
5354
- [Unsupervised Learning](#unsupervised-learning)
5455
- [Semi-Supervised Learning](#semi-supervised-learning)
5556
- [Reinforcement Learning](#reinforcement-learning)
56-
- [Data Mining Algorithms](#data-mining-algorithms)
57+
- [Data Mining Algorithms](#data-mining-algorithms)
5758
- [Deep Learning Architectures](#deep-learning-architectures)
5859
- [General Machine Learning Packages](#general-machine-learning-packages)
5960
- [Model Evaluation & Monitoring](#model-evaluation--monitoring)
@@ -115,7 +116,7 @@ While not strictly necessary, having a programming language is a crucial skill t
115116

116117
Unlike R, Python was not built from the ground up with data science in mind, but there are plenty of third party libraries to make up for this. A much more exhaustive list of packages can be found later in this document, but these four packages are a good set of choices to start your data science journey with: [Scikit-Learn](https://scikit-learn.org/stable/index.html) is a general-purpose data science package which implements the most popular algorithms - it also includes rich documentation, tutorials, and examples of the models it implements. Even if you prefer to write your own implementations, Scikit-Learn is a valuable reference to the nuts-and-bolts behind many of the common algorithms you'll find. With [Pandas](https://pandas.pydata.org/), one can collect and analyze their data into a convenient table format. [Numpy](https://numpy.org/) provides very fast tooling for mathematical operations, with a focus on vectors and matrices. [Seaborn](https://seaborn.pydata.org/), itself based on the [Matplotlib](https://matplotlib.org/) package, is a quick way to generate beautiful visualizations of your data, with many good defaults available out of the box, as well as a gallery showing how to produce many common visualizations of your data.
117118

118-
When embarking on your journey to becoming a data scientist, the choice of language isn't particularly important, and both Python and R have their pros and cons. Pick a language you like, and check out one of the [Free courses](#free-courses) we've listed below!
119+
When embarking on your journey to becoming a data scientist, the choice of language isn't particularly important, and both Python and R have their pros and cons. Pick a language you like, and check out one of the [Free courses](#free-courses) we've listed below!
119120

120121
### Beginner Roadmap
121122
If you're just starting out, here's a simple recommended path:
@@ -128,20 +129,21 @@ If you're just starting out, here's a simple recommended path:
128129

129130
## Agents
130131

131-
Please, contribute about "agents"
132+
This section contains agent frameworks and tools that are useful for data science workflows.
132133

133134
### Frameworks
134135
- [ADK-Rust](https://github.com/zavora-ai/adk-rust) - Production-ready AI agent development kit for Rust with model-agnostic design (Gemini, OpenAI, Anthropic), multiple agent types (LLM, Graph, Workflow), MCP support, and built-in telemetry.
135136

136137
### Tools
137138
- [Frostbyte MCP](https://github.com/OzorOwn/frostbyte-mcp) - MCP server providing 13 data tools for AI agents: real-time crypto prices, IP geolocation, DNS lookups, web scraping to markdown, code execution, and screenshots. One API key for 40+ services.
138139
- [Arch Tools](https://archtools.dev) - 61 production-ready AI API tools for data science workflows: code analysis, web scraping, NLP, image generation, crypto data, and search. REST API and MCP protocol support. [GitHub](https://github.com/Deesmo/Arch-AI-Tools)
140+
139141
### Research & Knowledge Retrieval
140142
- [BGPT MCP](https://bgpt.pro/mcp) - MCP server that gives AI agents access to a database of scientific papers built from raw experimental data extracted from full-text studies. Returns 25+ structured fields per paper including methods, results, sample sizes, and quality scores. [GitHub](https://github.com/connerlambden/bgpt-mcp)
141143

142-
### Workflow
144+
### Workflow
143145
**[`^ back to top ^`](#awesome-data-science)**
144-
- [sim](https://sim.ai) Sim Studio's interface is a lightweight, intuitive way to quickly build and deploy LLMs that connect with your favorite tools.
146+
- [sim](https://sim.ai) - Sim Studio's interface is a lightweight, intuitive way to quickly build and deploy LLMs that connect with your favorite tools.
145147

146148

147149
## Training Resources
@@ -154,7 +156,7 @@ How do you learn data science? By doing data science, of course! Okay, okay - th
154156
**[`^ back to top ^`](#awesome-data-science)**
155157

156158
- [1000 Data Science Projects](https://cloud.blobcity.com/#/ps/explore) you can run on the browser with IPython.
157-
- [#tidytuesday](https://github.com/rfordatascience/tidytuesday) A weekly data project aimed at the R ecosystem.
159+
- [#tidytuesday](https://github.com/rfordatascience/tidytuesday) - A weekly data project aimed at the R ecosystem.
158160
- [Data science your way](https://github.com/jadianes/data-science-your-way)
159161
- [DataCamp Cheatsheets](https://www.datacamp.com/cheat-sheet) Cheatsheets for data science.
160162
- [PySpark Cheatsheet](https://github.com/kevinschaich/pyspark-cheatsheet)
@@ -496,7 +498,7 @@ These are some Machine Learning and Data Mining algorithms and models help you t
496498
- [ggplot2](https://ggplot2.tidyverse.org/)
497499
- [Glue](http://docs.glueviz.org/en/latest/index.html)
498500
- [Google Chart Gallery](https://developers.google.com/chart/interactive/docs/gallery)
499-
- [highcarts](https://www.highcharts.com/)
501+
- [Highcharts](https://www.highcharts.com/)
500502
- [import.io](https://www.import.io/)
501503
- [Matplotlib](https://matplotlib.org/)
502504
- [nvd3](https://nvd3.org/)

0 commit comments

Comments
 (0)