From fd2eeee215f6d8c942d402edf3f9e839e606e2f3 Mon Sep 17 00:00:00 2001 From: Asad Munir Date: Thu, 29 Jan 2026 19:28:13 +0500 Subject: [PATCH 1/3] docs: enhance ML library descriptions with additional context --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0337b4128..027f2fa9a 100644 --- a/README.md +++ b/README.md @@ -736,10 +736,10 @@ _Libraries for Machine Learning. Also see [awesome-machine-learning](https://git - [pydantic-ai](https://github.com/pydantic/pydantic-ai) - A Python agent framework for building generative AI applications with structured schemas. - [RAGFlow](https://github.com/infiniflow/ragflow) - An open-source RAG engine for document understanding and question answering with LLMs. - [rasa](https://github.com/RasaHQ/rasa) - An open-source machine learning framework for automated text and voice-based conversations. -- [scikit-learn](http://scikit-learn.org/) - The most popular Python library for Machine Learning. -- [Spark ML](http://spark.apache.org/docs/latest/ml-guide.html) - [Apache Spark](http://spark.apache.org/)'s scalable Machine Learning library. +- [scikit-learn](http://scikit-learn.org/) - The most popular Python library for Machine Learning with extensive documentation and community support. +- [Spark ML](http://spark.apache.org/docs/latest/ml-guide.html) - [Apache Spark](http://spark.apache.org/)'s scalable Machine Learning library for distributed computing. - [Transformers](https://github.com/huggingface/transformers) - A framework that lets you easily use pretrained transformer models for NLP, vision, and audio tasks. -- [xgboost](https://github.com/dmlc/xgboost) - A scalable, portable, and distributed gradient boosting library. +- [xgboost](https://github.com/dmlc/xgboost) - A scalable, portable, and distributed gradient boosting library for efficient ML. ## Microsoft Windows From 1fd050e33e6744821d35420526ddb8a9439ea382 Mon Sep 17 00:00:00 2001 From: Camila Maia Date: Fri, 30 Jan 2026 13:53:14 -0300 Subject: [PATCH 2/3] Add ScanAPI to Testing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index add286436..aab230757 100644 --- a/README.md +++ b/README.md @@ -1027,6 +1027,7 @@ _Libraries for testing codebases and generating test data._ - [nose2](https://github.com/nose-devs/nose2) - The successor to `nose`, based on `unittest2. - [pytest](https://docs.pytest.org/en/latest/) - A mature full-featured Python testing tool. - [Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework. + - [ScanAPI](https://pypi.org/project/scanapi/) - Automated Testing and Documentation for your REST API. - [unittest](https://docs.python.org/3/library/unittest.html) - (Python standard library) Unit testing framework. - Test Runners - [green](https://github.com/CleanCut/green) - A clean, colorful test runner. From b05419f590e721c261c3f62499e052711fa82c1c Mon Sep 17 00:00:00 2001 From: Asad Munir Date: Sat, 31 Jan 2026 13:59:27 +0500 Subject: [PATCH 3/3] fix: remove redundant description from xgboost entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 027f2fa9a..5d1a77c8c 100644 --- a/README.md +++ b/README.md @@ -739,7 +739,7 @@ _Libraries for Machine Learning. Also see [awesome-machine-learning](https://git - [scikit-learn](http://scikit-learn.org/) - The most popular Python library for Machine Learning with extensive documentation and community support. - [Spark ML](http://spark.apache.org/docs/latest/ml-guide.html) - [Apache Spark](http://spark.apache.org/)'s scalable Machine Learning library for distributed computing. - [Transformers](https://github.com/huggingface/transformers) - A framework that lets you easily use pretrained transformer models for NLP, vision, and audio tasks. -- [xgboost](https://github.com/dmlc/xgboost) - A scalable, portable, and distributed gradient boosting library for efficient ML. +- [xgboost](https://github.com/dmlc/xgboost) - A scalable, portable, and distributed gradient boosting library. ## Microsoft Windows