Hello Sir.. I am here again.. Hope you are doing good. I am looking for one solution where i did not find in any of the sessions... I looking for the solution to combine multiple excel files data in one master file but it should consolidate columns one after one but not one below one , i can only see only one below one solutions. Could you please assist knime solutions. Example 1st excel file ABC column , 2nd excel file date should add in DEF COLUMNS instead of adding one below one... like for more than 10 files .
@muhammadqouqa6990 Жыл бұрын
Hi there! I appreciate how well you explain things. I have a question about my data. How can I determine which features are the most important? I want to know which columns have the most value so I can use them instead of unnecessary ones. Thank you.
@LUDOVICOPAPALIA Жыл бұрын
Have you stopped creating videos? Your content is the best one about knime on KZbin 😅 Maybe instead of explaining simple modules you should use an example for video about a real problem and using that you could explain the theory!❤️
@KNIMETutorials Жыл бұрын
Hey @LUDOVICOPAPALIA, thank you for the kind words and the insightful comment! I certainly want to create more robust and useful video content. I have a few projects that would be good candidates to show workflow development. Even with the rise of AI, I still feel as though the vast majority of our workflows follow traditional approaches that would be helpful to see. Again, thank you watching, and thank you for the comment!
@mauricioa.herrera2144 Жыл бұрын
Thanks . Why open bottom is inactived in MacOS? Could you help with that ?
@poloe42 жыл бұрын
This is one of the best intros I've ever watched. This is has been very helpful to me. Thanks a lot.
@ranjeetkumar20512 жыл бұрын
thank you sir for making this video
@felipesignorellireis78392 жыл бұрын
Hi friend. It's possible to reference a created column on the next (down sequence formula)? Example: I create the first column named "column 1" and write the formula. Then I want to create a second column, but that second column depends on the result of the first column. When I click on the + column, the new columns don't appear. So I don't know how to reuse to chain effect. Can I do this using the same node or I have to continue the effect using another "Column Expression node"?
@aegean75tr2 жыл бұрын
Thank you.. now lets go for P7 of mine ;D
@Chompdeez2 жыл бұрын
My dataset’s time is written in 24hr time and I can’t figure out how to format it. It’s written like this: 834 945 1041 1330 2321 Etc.
@s4ntiagor2 жыл бұрын
and what if they are in this formart?: 17/Aug/2014 how can i change the month so i turns into a number instead of the name?
@manoj.m38133 жыл бұрын
helo can you explain the how to use categorical values in PCA
@KNIMETutorials3 жыл бұрын
Hi @Manoj .M thanks for reaching out! I don't have anything written up yet, but in the meantime here are a couple of forum resources that may serve to answer your questions. forum.knime.com/t/cluster-with-binary-categorical-and-numerical-variables/5902/6 forum.knime.com/t/clustering-using-both-numerical-and-categorical-data-kmedoids/9301/3 www.knime.com/sites/default/files/inline-images/knime_seventechniquesdatadimreduction.pdf
@manoj.m38133 жыл бұрын
@@KNIMETutorials i try this tooo
@manoj.m38133 жыл бұрын
@@KNIMETutorials but is not working
@KNIMETutorials3 жыл бұрын
@@manoj.m3813 Do you have an example workflow that you could upload to the KNIME Hub? Once you do so, please put the link in the comments and I can take a look.
@alexandersommer60943 жыл бұрын
Is it possible to deploy without usage the KNIME-Server? For example as a desktop app?
@KNIMETutorials3 жыл бұрын
Hi Alexander, KNIME Analytics Platform is free and a desktop app. KNIME Server is the paid enterprise oriented version. Visit www.knime.com/downloads to get your free copy.
@ArminG653 жыл бұрын
Great work ... thanks a lot
@KNIMETutorials3 жыл бұрын
Thank you Armin! I really appreciate it!
@xeniozen3 жыл бұрын
Thanks for your explanation... I am starting my journey with Knime
@KNIMETutorials3 жыл бұрын
That's fantastic Rahmat! Best wishes and feel free to reach out with any questions. Check out these resources I have a lot of tutorial articles on both: knime.tips medium.com/low-code-for-advanced-data-science/low-code-for-advanced-data-science-a-new-journal-8bebee7ed619
@baklava61383 жыл бұрын
How secure is this software? Does Knime keep records of the uploaded data?
@KNIMETutorials3 жыл бұрын
Hi Bak. Uploaded where? I can't speak to how secure or not external data connections are within the platform itself, but it does use SSL and authentication (for SharePoint as an example). I am happy to clarify for you.
@threej4pope3 жыл бұрын
I watched this and still have no clue what Knime is.
@KNIMETutorials3 жыл бұрын
Hi threej4pop. I'm sorry to hear that! Maybe I should-do this video? KNIME is a platform that lets you ingest, clean and manipulate your data. Additionally, it lets you define and run stats, ML, Deep Learning and AI models while integrating Python, R, JAVA and more in a single analytics space. You can then push your processed data to flat files, cloud storage, DBs and more. I hope this helps!
@clapton792 жыл бұрын
To me this video says a lot. Rings a number of bells as the activities are common through platforms.
@rue20037 ай бұрын
It’s kind of similar to node red?
@HassanAmin773 жыл бұрын
Can we use knime build dashboards, reports and models that can be shared with clients ?
@KNIMETutorials3 жыл бұрын
Hi Hassan! To an extend yes, but that's really enabled through the paid platform, KNIME Server. You can still make dashboards that other KNIME Analytics Platform users can interact with inside of your workflow, but those are not widely distributed in the way I think you are asking. Additionally, you can wrangle your data in KNIME and push it out to something like Tableau or PowerBI.
@anilsharma29103 жыл бұрын
Nicely put..✍️
@KNIMETutorials3 жыл бұрын
Thank you! Stay tuned for the next videos coming this week!
@emamulmursalin91813 жыл бұрын
Where we can find the dataset you used?
@KNIMETutorials3 жыл бұрын
Hi @emamul you can find it here: files.consumerfinance.gov/ccdb/complaints.csv.zip
@mshazad733 жыл бұрын
Great video! Is there a way we can also remove duplicate / dups data in the parent table and substitute that unique values in the child table using KNIME? For example, if there is data redundant data of customers with a unique key present in a CSV file, where the requirement is to keep one customer record, based on the record kept, substitute its key to all the children's tables (let's say in this case CustomerHistory table). CustID FName LName 101 Rick Smith 102 Rick Smith 103 Rick Smith 201 June Robert 202 June Robert 301 April Limestone 302 John Jones 303 John Jones 404 John Jones 501 John Jones 601 August Beautiful Child table CustomerHistory table CustHistID CustID 1001 101 1002 101 1003 102 1004 103 1005 103 1006 103 1007 201 1008 202 1009 202 1010 301 1011 302 1012 303 1013 404 1014 501 1015 601 1017 404 1018 301 1019 303 1020 404 Expected results after correction should be Customer table CustID FName LName 101 Rick Smith 201 June Robert 301 April Limestone 302 John Jones 601 August Beautiful Child table CustomerHistory table CustHistID CustID 1001 101 1002 101 1003 101 1004 101 1005 101 1006 101 1007 201 1008 201 1009 201 1010 301 1011 302 1012 303 1013 303 1014 301 1015 601 1017 303 1018 301 1019 303 1020 303 Help would be greatly appreciated!
@KNIMETutorials3 жыл бұрын
Hey @mshazad73 email me some example data at [email protected] and I will see what I can put together. If I'm understanding your ask correctly, off the top of my head I'm thinking you could just concat the two tables and GroupBy taking the first or last value as the aggregation method (depending). I would definitely like to see a flat file so I could build a workflow example for you. Looking forward to your email!
@egbertgroot27373 жыл бұрын
Ever tried KNIME on trading stock historical data to determine patterns?
@KNIMETutorials3 жыл бұрын
I have not, though that sounds a like a great project to tackle! Have you done something like that?
@egbertgroot27373 жыл бұрын
@@KNIMETutorials Currently working on it. Seems a useful job in these Corona months.
@glorious_help2 жыл бұрын
@@egbertgroot2737 how did it go?
@egbertgroot27372 жыл бұрын
@@glorious_help It does recognize pattern trading!
@ginocarlo86343 жыл бұрын
Thank you very much!
@KNIMETutorials3 жыл бұрын
Thanks for watching!
@accretia03 жыл бұрын
hey bro, you there? we need you fam
@KNIMETutorials3 жыл бұрын
I'm here and working on new content! Thanks for watching and subscribing!
@jnadeewellalage66144 жыл бұрын
Nice introduction to knime. I am a beginner. It was very clear. Good luck!!
@KNIMETutorials3 жыл бұрын
Thank you! I can't wait to share more!
@Falinho4 жыл бұрын
Hello, thanks for sharing your knowledge! it is hard to find knime stuff, but you have a very good teaching skills with a great video format! i have a silly question about knime running in macOS. i saw you double click over a node to change its name, but when i do it, it opens the text format in other desktop. it is very wierd and i dont realized yet how to get rid of this. do you might know why and how to do as you did in your video? thanks! keep the good work!
@KNIMETutorials4 жыл бұрын
Hey @Falinho that's strange. I have not had that particular issue yet with renaming nodes - though I've had struggles at times with clicking into the node text to annotate on MacOS. I would recommend updating if you can and see if it's still an issue. Do you have KNIME in full screen? That could possibly be an issue as well.
@miklee874 жыл бұрын
do you plan to produce more videos?
@KNIMETutorials3 жыл бұрын
Yes I do, and I'm working on new video content. I just rolled out knime.tips and am adding these videos to the site with long-form articles and I hope to have some companion workflows that go with the video.
@nielsensantos78634 жыл бұрын
Appreciate the work in these videos. Still waiting for more contents!
@KNIMETutorials3 жыл бұрын
Thank you! Stay tuned, I have a series right around the corner. In the meantime check out knime.tips!
@vsr17274 жыл бұрын
Thank you, please try to make more videos..n knime server video.. 👍
@KNIMETutorials3 жыл бұрын
Hey v sr, I will do my best! I write a lot of tutorial articles on my website knime.tips and through the KNIME Low Code Journal at medium.com/low-code-for-advanced-data-science/low-code-for-advanced-data-science-a-new-journal-8bebee7ed619.
@vsr17274 жыл бұрын
Thank you..... 👍
@KNIMETutorials3 жыл бұрын
You're very welcome 😊
@emperorgroup81664 жыл бұрын
Nice intro ! Hoping to see more of these
@KNIMETutorials3 жыл бұрын
Hi Emperor Group! That's always the goal. I make these videos in my free time and wish I could produce more volume with faster turnaround! In the meantime I write a lot for my website knime.tips and the KNIME Low Code Journal at medium.com/low-code-for-advanced-data-science/low-code-for-advanced-data-science-a-new-journal-8bebee7ed619
@ltoco44154 жыл бұрын
Great video. Waiting for your entire series on KNIME
@KNIMETutorials3 жыл бұрын
I have a series on the Expression nodes I am about to put together. Script written, workflow done. I just have to record and edit and upload! Stay tuned! Thank you for all your patience. Checkout knime.tips in the meantime!
@raulsilva67494 жыл бұрын
Hi there... Just discovered this channel at the right time. Very well explained! Thank you. Are you planning new videos?
@KNIMETutorials4 жыл бұрын
Hi Raul, thank you for the comment! I just finished this video on the String to Date&Time node, kzbin.info/www/bejne/nonIlIB9q9d9fNE. Enjoy!
@q.longtime4 жыл бұрын
Nice!! I am beginner here and I really need video like this. Keep going cheer!!!
@KNIMETutorials3 жыл бұрын
Will do! Thank you!
@mytube1000javed4 жыл бұрын
what about knime integration with R?
@KNIMETutorials4 жыл бұрын
Yes! R integrates really well into KNIME on both Mac and PC. I primarily use it for creating visuals with ggplot2 , but you can use R for a whole lot more in KNIME. Did you want to see something specific?
@SALMANKHAN-sp4pl4 жыл бұрын
Awesome, very detailed. Would love to see more videos.
@KNIMETutorials4 жыл бұрын
Thank you! I have a GroupBy Supplemental in the works to cover some more esoteric/advanced stuff I didn't quite touch on!
@attokurovnuke52784 жыл бұрын
Perfect
@KNIMETutorials4 жыл бұрын
Thank you!
@attokurovnuke52784 жыл бұрын
More videos knime
@KNIMETutorials4 жыл бұрын
Thank you! I have a video about the GroupBy node coming soon!
@attokurovnuke52784 жыл бұрын
Please more videos
@nazarenoscaccia89015 жыл бұрын
Really clear!! Will you make other videos?
@KNIMETutorials4 жыл бұрын
Yes! I plan on making a lot more, it's just the free time that can be a challenge!
@Grigoryeva0005 жыл бұрын
Great tutorial, easy to follow instructions! Thank you!