satish Mishratechtonics.hashnode.dev·Apr 7, 2023Demystifying fit_transform and transform in Scikit-learn: Which Method to Use for Data Preprocessing and When?Machine learning models often require data preprocessing before being trained. Preprocessing involves transforming the raw data into a format that is more suitable for machine learning algorithms. In scikit-learn, there are two methods used for data ...Discuss·70 readsMachine Learning
Sam Phillipsblog.samdaryl.dev·Aug 15, 2022Create Beautiful 3D Perspective Images Easily Using React and CSSIntroduction Perspective transform looks great and creates a really nice experience for the user. When using a framework like React, implementing something like this becomes super simple only using a few CSS styles 👍 Setup Lets start with a simple ...Discuss·129 readsReact
Olakusibe Aremu-Oluwoledev.olakusibe.com·Jul 26, 2022Solving AttributeError: 'float' object has no attribute 'rint'Problem Lately, I have been working on some ETL projects and during the transform stage I come across the error "AttributeError: 'float' object has no attribute 'rint'", combined with "TypeError: loop of ufunc does not support argument 0 of type floa...Discuss·253 readsPython