Basic work flow to build classification QSAR models

Tutorial for building QSAR Models in KNIME: Part 1 In this blog post, I’ll guide you through the process of building QSAR (Quantitative Structure-Activity Relationship) models using the KNIME platform. Before starting, make sure you’ve installed the required cheminformatics nodes. If you need help with that, you can follow this video or video for instructions. We will be using combination of native knime and cheminfomatics nodes. Once everything is set up, we can dive into preparing your bioactivity dataset and normalizing structures. Let’s get started! Preparing Your Bioactivity Dataset for Machine Learning In machine learning, high-quality data is crucial to achieving good model performance. The phrase " garbage in , garbage out " is particularly true here, so it’s essential to take the time to clean and normalize your dataset. For this tutorial, we are going to use the bioactivity dataset for carbonic anhydrase 9, with chembl ID: CHEMBL3594 Here’s how you can prep...