Open in app

Sign In

Write

Sign In

Amit Chauhan
Amit Chauhan

2.8K Followers

Home

About

Published in

Towards AI

·3 days ago

Why and What is Feature Engineering in ML?

Data transformation and selection for machine learning — Introduction It is a process of feature transformation and selection or extraction to make the improved data for a machine learning model. It depends on the data science person to handle and improve the data that to get a good model. Different people can have different approaches but almost everyone goes…

Python

5 min read

Why and What is Feature Engineering in ML?
Why and What is Feature Engineering in ML?
Python

5 min read


Published in

Stackademic

·Sep 10

Pytest Markers and Fixture with Python Examples

Software testing for code quality — In this article, we will talk about markers and fixtures that help to reshape the unit test methods to a more advanced level. As the code grows to a complex side it is necessary to make the unit test more reliable and patch all dependencies of the main code. Pytest…

Python

4 min read

Pytest Markers and Fixture with Python Examples
Pytest Markers and Fixture with Python Examples
Python

4 min read


Published in

Towards AI

·Aug 28

Python Code Unit Test for Quality and Reliability

Early-stage testing before production level — Introduction Writing unit tests for Python code. It comes under software testing to test the methods/functions at an early stage before the production level for better code quality and to remove any bugs or improper behavior of the code. Testing of code minimizes the time and effort in critical-based software…

Python

4 min read

Python Code Unit Test for Quality and Reliability
Python Code Unit Test for Quality and Reliability
Python

4 min read


Published in

Stackademic

·Aug 27

Iteration, Iterable, and Iterator in Python with Examples

Make your loops with basic concepts — In this article, we will talk about the basic concept of python with which we can make our own for loop. These concepts are heavenly used in the process of large data such as text, images, and audio. To achieve a memory efficient algorithm, these concepts are important to fetch…

Python

3 min read

Iteration, Iterable, and Iterator in Python with Examples
Iteration, Iterable, and Iterator in Python with Examples
Python

3 min read


Jul 16

In-depth Understanding of Classes and Object in OOPs with Python

Basic concepts for modular programming — In this article, we will discuss object-oriented programming concepts. When we are working on a massive project it is important to make a code more sustainable and efficient. By making small modules of code, the programming becomes more readable and easy to interpret. Topics to be covered Objects Class Encapsulation …

Python

6 min read

In-depth Understanding of Classes and Object in OOPs with Python
In-depth Understanding of Classes and Object in OOPs with Python
Python

6 min read


Jul 8

15+ Terms and Terminologies in Programming Languages

Common terms in the computer programming world — How computer gives output in programming To make the computer understand the input, we need to give it some instructions so that the computer can understand. Types of software: System software for operating system related. Application software for the outside world, i.e., notepad, MS Office, etc. We have so many programming languages, but computers can only…

Programming

3 min read

15+ Terms and Terminologies in Programming Languages
15+ Terms and Terminologies in Programming Languages
Programming

3 min read


Published in

DataDrivenInvestor

·Apr 18

Random Number Generation with Python

Useful uses in the python applications — Pseudorandom number generators for different distributions, such as integer and float, are implemented in Python through the random module. To implement a random module in Python, have to simply apply it using the “import” command in Python. Example: import random print(random.random()) #output: 0.17302581315380994 It is the most basic function using…

Python

5 min read

Random Number Generation with Python
Random Number Generation with Python
Python

5 min read


Published in

Towards AI

·Apr 11

In-Depth Understanding of QR Code with Python Example

Two-dimensional matrix code use in data science and machine learning applications — What is a QR code? It is a quick-response optical label that is associated with the items i.e. payment code, website login, product tracker, etc. QR code is a modification of the barcode, the format in the barcode is linear and the format in the QR code is in the…

Python

6 min read

In-Depth Understanding of QR Code with Python Example
In-Depth Understanding of QR Code with Python Example
Python

6 min read


Apr 11

Fetch Weather and Climate Data with MeteoStat Open-Source Python Library

An easy and robust solution for data science and machine learning applications — Meteostat is an open-source python library for fetching weather and climate data around the globe, the data is based on the open interface from governments. To install the library in the environment pip install meteostat # importing the library from datetime import datetime import matplotlib.pyplot as plt from meteostat import Point, Daily…

Python

3 min read

Fetch Weather and Climate Data with MeteoStat Open-Source Python Library
Fetch Weather and Climate Data with MeteoStat Open-Source Python Library
Python

3 min read


Published in

Level Up Coding

·Apr 7

Fully Explained Regular Expression with Python

Powerful tools used to search and manipulate text strings — Python regex, short for Python’s regular expression, is a set of powerful tools used to search and manipulate text strings. This tutorial will begin with the fundamentals and progress to more advanced techniques and methods for using regex in Python. What are regular expressions? Regular expressions, or regex, are a…

Python

10 min read

Fully Explained Regular Expression with Python
Fully Explained Regular Expression with Python
Python

10 min read

Amit Chauhan

Amit Chauhan

2.8K Followers

Data Scientist, AI/ML/DL, Azure Cloud

Following
  • Bex T.

    Bex T.

  • Dr Stuart Woolley

    Dr Stuart Woolley

  • Soner Yıldırım

    Soner Yıldırım

  • Connie Song

    Connie Song

  • Marina Tosic

    Marina Tosic

See all (497)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams