7 Data Pre-Processing Methods With SciKit-Learn
Author(s): Carla Martins Originally published on Towards AI. Using Python and Google Colab Top highlight This member-only story is on us. Upgrade to access all of Medium. Photo by James Harrison on Unsplash Data pre-processing is an important part of preparing, organizing, …
Duplicate Column Names In Pandas: Updated
Author(s): Adam Ross Nelson Originally published on Towards AI. Pandas still permit duplicate column names, here is what you can do about it This member-only story is on us. Upgrade to access all of Medium. This article shows how easy it is …
Easy Explanation of C++ and Python
Author(s): Amit Chauhan Originally published on Towards AI. The explanation for software development projects This member-only story is on us. Upgrade to access all of Medium. Photo by James Harrison on Unsplash C++ is a middle-level language introduced by Bjarne Stroustrup, giving …
Top 10 Open-Source Data Science Tools in 2022
Author(s): Arunn Thevapalan Originally published on Towards AI. An opinionated collection of libraries you definitely would want to checkout This member-only story is on us. Upgrade to access all of Medium. Image created by the author via Canva Iβm not going to …
How to Create and Use Multi-Index DataFrame to Scale Up Your Data Analysis
Author(s): Rashida Nasrin Sucky Originally published on Towards AI. Details of Multi-Index DataFrame: Create, Slice and Index, and Analyze Photo by Pacto Visual on Unsplash This member-only story is on us. Upgrade to access all of Medium. In most of the DataFrames, …
What is Ensemble Technique?
Author(s): Akash Dawari Originally published on Towards AI. All About Ensemble Techniques In this article we will try to understand the idea of the ensemble in the context of machine learning by answering the following questions: What are Ensemble Techniques? What are …
Support Vector Machine (SVM) for Binary and Multi-Class Classification: Hands-On with Scikit-Learn
Author(s): Carla Martins Originally published on Towards AI. Using Python and Google Colab This member-only story is on us. Upgrade to access all of Medium. Support Vector Machine (SVM) is a classification algorithm based on the linear model. It allows for binary …
Elements for User-Tailored Web Apps for Interactive Visualization and Analysis of Cryptocurrency Data
Author(s): LucianoSphere Originally published on Towards AI. Through APIs and the rich tools of web programming, it is now possible to make stunningly complete web apps tailored for personalized goals. Discover an example web app with rich features and the main elements …
Automate calendar marking using python
Author(s): Yudhi Chen Originally published on Towards AI. Programming How to create a custom calendar using python module July Photo by Towfiqu barbhuiya on Unsplash Introduction Starting a new year, we always come up with a new resolution, vacation plan, or any …
What Is a Data Warehouse
Author(s): Giorgos Myrianthous Originally published on Towards AI. Understanding the concept of data warehouses and how they differ from data lakes and databases This member-only story is on us. Upgrade to access all of Medium. Photo by S Migaj on Unsplash Data …
Using Python to Process PDF Work
Author(s): Yeung WONG Originally published on Towards AI. Without Adobe PDF software, you can also edit the PDF such as adding text, splitting pages, and extracting information. This member-only story is on us. Upgrade to access all of Medium. Photo by cyda …
Making a social impact with crowdsourcing
Author(s): Magdalena Konkiewicz Originally published on Towards AI. Technology How crowdsourcing platforms such as Toloka, initially designed to power AI models, can be used for social good Image by Bob Dmyt from Pixabay Introduction Crowdsourcing is a popular tool to gather data …
Find the Length of an Array in Python
Author(s): Towards AI Editorial Team Originally published on Towards AI. Python Programming 101 Tutorials β A Pure Logical Approach Photo by Diana Polekhina on Unsplash This member-only story is on us. Upgrade to access all of Medium. Author(s): Pratik Shukla In this …
Secrets β Python module for strong random number and token generation
Author(s): Chetan Ambi Originally published on Towards AI. Generating cryptographically strong passwords and tokens This member-only story is on us. Upgrade to access all of Medium. Image by author Do you know Python has a built-in module called secrets that can be …
Introduction to Numpy in Python
Author(s): sonia jessica Originally published on Towards AI. Programming Introduction to Numpy in Python What is NumPy? NumPy stands for numeric python, a Python module that allows you to compute and manipulate multi-dimensional and single-dimensional array items. It comes with a high-performance …