From 24522769a488c82acd293a5e8738b72b20668645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20Tu=E1=BA=A5n=20Anh?= Date: Tue, 26 Nov 2024 20:04:11 +0700 Subject: [PATCH] Add n8n-nodes-clean-data to community nodes --- community-nodes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community-nodes.json b/community-nodes.json index 7b254a3..579cd74 100644 --- a/community-nodes.json +++ b/community-nodes.json @@ -1,9 +1,9 @@ [ { - "name": "n8n-nodes-execute-code", + "name": "n8n-nodes-clean-data", "version": "0.1.4", - "author": "tuananhit1612", - "description": "Execute programming code submissions using Judge0 API.", + "author": "HutechFoss", + "description": "A custom n8n node to clean and preprocess data using Recursive Feature Elimination (RFE) powered by Python.", "link": "https://www.npmjs.com/package/n8n-nodes-execute-code" } ]