Rajesh Jakhotia
Rajesh Jakhotia
  • 121
  • 130 719

วีดีโอ

Boosting Part 1
มุมมอง 14หลายเดือนก่อน
Boosting Part 1
Random Forest using R
มุมมอง 20หลายเดือนก่อน
In this PlayList on Random Forest, we will learn the concepts step-by-step. The Table of Contents of the entire Random Forest PlayList is given below: What is Ensemble Modeling? What is Bagging? Random Forest Algorithm Out of Bag Error Rate Tuning the Random Forest Model Finding Optimal Number of Trees Finding Optimal Number of Variables to Select Variable Importance Subscribe to our TH-cam Cha...
Python Programming for Data Science | Modules and Packages | import modules - math, os, sys
มุมมอง 1639 หลายเดือนก่อน
This video covers the concepts related to the Python Module and Package. It explains the various syntaxes to import the packages in Python: import module_name import module_name as alias_name from module import object_name from module import object_name as alias_name Python Programming is the most in-demand programming language and Data Scientist is the most sought-after resource in the job mar...
Python Programming for Data Science | Data Structures - List, Tuple, Dictionary, Set, Mutable Object
มุมมอง 929 หลายเดือนก่อน
This video covers the 4 Basic Data Structures available in the builtins module of Python. 1) List 2) Tuple 3) Dictionary 4) Set We will also understand the concept of mutable and immutable Objects and why List, Dictionary, and Set are Mutable Objects whereas a Tuple is an Immutable Object in Python In the previous video, we learned about the basic Data Types 1) Numeric 2) String 3) Date 4) Bool...
Python Programming for Data Science | Basic Data Types - Numbers, String, Date, and Boolean
มุมมอง 949 หลายเดือนก่อน
This is an introductory video on the 4 Basic Data Types available in the builtins module of Python. 1) Numeric 2) String 3) Date 4) Boolean. This Video will help you to get started with Jupyter Noteboom and learn how to effectively use Anaconda Jupyter Notebook for Python Programming. Python Programming is the most in-demand programming language and Data Scientist is the most sought-after resou...
Retail Banking Analytics | Basics of Banking | Types of Banks - Retail, Commercial, Cooperative Bank
มุมมอง 2159 หลายเดือนก่อน
Retail Banking Analytics | Basics of Banking | Types of Banks - Retail, Commercial, Cooperative Bank
Retail Banking Analytics | Finance Concepts - Future Value, Net Present Value, IRR, Discount Rate
มุมมอง 1809 หลายเดือนก่อน
Retail Banking Analytics | Finance Concepts - Future Value, Net Present Value, IRR, Discount Rate
Airflow TriggerDagRunOperator | Configure DAG dependencies at ease | ETL Pipelines | Master DAG
มุมมอง 1.7K11 หลายเดือนก่อน
Airflow is a platform to programmatically author, schedule, and monitor workflows. The Airflow TriggerDagRunOperator is used to configure the DAG Dependencies. What does it mean? Assume you have DAGs for Branch Master, Customer Master, Account Master, and Transaction data. Each DAG has a dependency on the previous dag, meaning that the Customer Master DAG can't run until the data has been extra...
Object Oriented Programming Concepts in Python - Class, Inheritance, Polymorphism, Encapsulation
มุมมอง 149ปีที่แล้ว
Object Oriented Programming concepts in Python. This Python Programming video series will give provide a detailed explanation of the following concepts - Object Orient Programming, Class, Object i.e. Instance of Class, Inheritance, Polymorphism - Method Overload and Method Overriding, Encapsulation - Public, Private, Protect access modifiers Other Must-Watch Videos for Python Beginners: Python ...
Python lambda map reduce filter
มุมมอง 92ปีที่แล้ว
Python lambda map reduce filter
Getting Started with Pytest | Understanding the usage of Assert Keyword | Practical pytest example
มุมมอง 85ปีที่แล้ว
Getting Started with Pytest | Understanding the usage of Assert Keyword | Practical pytest example
Introduction to Automated Testing using Pytest in Python | Unit Testing | Applications of pytest
มุมมอง 120ปีที่แล้ว
Introduction to Automated Testing using Pytest in Python | Unit Testing | Applications of pytest
Test your Math Operators & Logic Development Skills using Python | Floor Division, Modulus
มุมมอง 44ปีที่แล้ว
"Learn Python Q&A Style", as the names suggest is designed to learn python in Q&A Format. The objective of these videos is to help people with some python exposure to build and sharpen their knowledge by solving small-small python coding challenges. We hope this series will help people at Beginners Stage to develop their Python competency. Must Watch for Python Beginners: Python Programming for...
Learn Python Q&A Style | Test your Conditional Statement Knowledge | if-elif-else & common mistakes
มุมมอง 49ปีที่แล้ว
"Learn Python Q&A Style", as the names suggest is designed to learn python in Q&A Format. The objective of these videos is to help people with some python exposure to build and sharpen their knowledge by solving small-small python coding challenges. We hope this series will help people at Beginners Stage to develop their Python competency. Must Watch for Python Beginners: Python Programming for...
Learn Python Q&A Style | For Loop | input, int, loops
มุมมอง 34ปีที่แล้ว
Learn Python Q&A Style | For Loop | input, int, loops
Learn Python Q&A Style | FAQs List Manipulation | append, sort, index, reverse, insert, pop, len
มุมมอง 27ปีที่แล้ว
Learn Python Q&A Style | FAQs List Manipulation | append, sort, index, reverse, insert, pop, len
Learn Python Q&A Style | FAQs on String Manipulation | find, partition, index, split, f string
มุมมอง 62ปีที่แล้ว
Learn Python Q&A Style | FAQs on String Manipulation | find, partition, index, split, f string
Missing Value Treatment in Python | K Nearest Neighbours - KNN Technique | k2analytics.co.in
มุมมอง 78ปีที่แล้ว
Missing Value Treatment in Python | K Nearest Neighbours - KNN Technique | k2analytics.co.in
Apache Airflow | Trigger DAG with Config Parameters | get_current_context() | **kwargs | k2analytics
มุมมอง 13Kปีที่แล้ว
Apache Airflow | Trigger DAG with Config Parameters | get_current_context() | kwargs | k2analytics
Airflow Variables
มุมมอง 2.1Kปีที่แล้ว
Airflow Variables
SQL Window (Analytical) Functions Part 2 | lag, lead, preceding, following | k2analytics.co.in
มุมมอง 128ปีที่แล้ว
SQL Window (Analytical) Functions Part 2 | lag, lead, preceding, following | k2analytics.co.in
SQL Window Functions P1 | Analytical Func | Rank, Dense Rank, Row Number, Partition, Over, Order By
มุมมอง 182ปีที่แล้ว
SQL Window Functions P1 | Analytical Func | Rank, Dense Rank, Row Number, Partition, Over, Order By
SQL Functions | String, Data, Numeric Functions | Coalesce, Convert_TZ, Soundex, Year, Month, Cast
มุมมอง 214ปีที่แล้ว
SQL Functions | String, Data, Numeric Functions | Coalesce, Convert_TZ, Soundex, Year, Month, Cast
SQL Joins - Inner, Left, Right, Full Outer, Semi, Anti, Cartesian | Cardinalities: One-to-One, etc
มุมมอง 198ปีที่แล้ว
SQL Joins - Inner, Left, Right, Full Outer, Semi, Anti, Cartesian | Cardinalities: One-to-One, etc
SQL Programming | Sub-Queries and Common Table Expressions (CTE) | k2analytics.co.in
มุมมอง 108ปีที่แล้ว
SQL Programming | Sub-Queries and Common Table Expressions (CTE) | k2analytics.co.in
Hierarchical Clustering in R | Overview | Distance | Linkage Algorithm | Dendrogram | Profiling
มุมมอง 18ปีที่แล้ว
Hierarchical Clustering in R | Overview | Distance | Linkage Algorithm | Dendrogram | Profiling
K Means Clustering in Python | Why K Means is based on Variance and not Distance Measure | Profiling
มุมมอง 99ปีที่แล้ว
K Means Clustering in Python | Why K Means is based on Variance and not Distance Measure | Profiling
Hierarchical Clustering in Python Part 2 of 2 | Distance Measures | Linkage Algorithm | Profiling
มุมมอง 51ปีที่แล้ว
Hierarchical Clustering in Python Part 2 of 2 | Distance Measures | Linkage Algorithm | Profiling
Hierarchical Clustering in Python Part 1 of 2 | Distance Measures | Euclidean | Linkage Algorithms
มุมมอง 141ปีที่แล้ว
Hierarchical Clustering in Python Part 1 of 2 | Distance Measures | Euclidean | Linkage Algorithms