Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -737,8 +737,8 @@ _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.

Expand Down Expand Up @@ -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.
Expand Down
Loading