From 677f999b25d80810df0092d24669953656bb1c51 Mon Sep 17 00:00:00 2001 From: voorhs Date: Tue, 12 May 2026 21:26:05 +0300 Subject: [PATCH 1/3] upd readme with autointent --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 14a91fc..e95156c 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ * [AutoGluon](https://github.com/awslabs/autogluon) - AutoML for Image, Text, Tabular, Time-Series, and MultiModal Data. * [TPOT](https://github.com/rhiever/tpot) - AutoML tool that optimizes machine learning pipelines using genetic programming. sklearn * [MLBox](https://github.com/AxeldeRomblay/MLBox) - A powerful Automated Machine Learning python library. +* [AutoIntent](https://github.com/deeppavlov/AutoIntent) - Extensible AutoML for text classification with multi-label classification, out-of-scope detection and customizable search spaces. ## Natural Language Processing * [torchtext](https://github.com/pytorch/text) - Data loaders and abstractions for text and NLP. PyTorch based/compatible From 79d05e13a10f18db51c00c9b99d5ecc7515ade13 Mon Sep 17 00:00:00 2001 From: voorhs Date: Tue, 12 May 2026 21:29:44 +0300 Subject: [PATCH 2/3] upd autointent description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e95156c..a995235 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ * [AutoGluon](https://github.com/awslabs/autogluon) - AutoML for Image, Text, Tabular, Time-Series, and MultiModal Data. * [TPOT](https://github.com/rhiever/tpot) - AutoML tool that optimizes machine learning pipelines using genetic programming. sklearn * [MLBox](https://github.com/AxeldeRomblay/MLBox) - A powerful Automated Machine Learning python library. -* [AutoIntent](https://github.com/deeppavlov/AutoIntent) - Extensible AutoML for text classification with multi-label classification, out-of-scope detection and customizable search spaces. +* [AutoIntent](https://github.com/deeppavlov/AutoIntent) - Extensible AutoML for multi-class and multi-label classification, out-of-scope detection and customizable search spaces. ## Natural Language Processing * [torchtext](https://github.com/pytorch/text) - Data loaders and abstractions for text and NLP. PyTorch based/compatible From c9a4d934a13ec6ba0b660c59fadf3b473f15c836 Mon Sep 17 00:00:00 2001 From: voorhs Date: Tue, 12 May 2026 21:30:54 +0300 Subject: [PATCH 3/3] upd autointent description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a995235..699d0f3 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ * [AutoGluon](https://github.com/awslabs/autogluon) - AutoML for Image, Text, Tabular, Time-Series, and MultiModal Data. * [TPOT](https://github.com/rhiever/tpot) - AutoML tool that optimizes machine learning pipelines using genetic programming. sklearn * [MLBox](https://github.com/AxeldeRomblay/MLBox) - A powerful Automated Machine Learning python library. -* [AutoIntent](https://github.com/deeppavlov/AutoIntent) - Extensible AutoML for multi-class and multi-label classification, out-of-scope detection and customizable search spaces. +* [AutoIntent](https://github.com/deeppavlov/AutoIntent) - Extensible and customizable AutoML for multi-class/multi-label classification and out-of-scope detection. ## Natural Language Processing * [torchtext](https://github.com/pytorch/text) - Data loaders and abstractions for text and NLP. PyTorch based/compatible