This article applies to these versions of LandingLens:

            LandingLens            LandingLens on Snowflake

Having the Train, Dev, and Test sets are an essential part of building any machine learning model. In LandingLens, images are automatically split into these datasets. If you’re curious about how the Train, Dev, and Test sets work, then this video is for you!

`; document.head.insertAdjacentHTML('afterbegin', gtmHeadHTML); } // Add GTM noscript to body function addGTMNoscript() { const gtmBodyHTML = ` `; document.body.insertAdjacentHTML('afterbegin', gtmBodyHTML); } // Initialize GTM when DOM is ready function initializeGTM() { if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', function() { addGTMScript(); addGTMNoscript(); }); } else { addGTMScript(); addGTMNoscript(); } } // Initialize dataLayer if it doesn't exist window.dataLayer = window.dataLayer || []; // Start initialization initializeGTM(); })();