Category
Archives
- January 2023 (4)
- November 2022 (2)
- October 2022 (6)
- May 2021 (6)
- November 2020 (2)
- September 2020 (1)
- August 2020 (7)
- July 2020 (1)
- June 2020 (3)
- May 2020 (3)
- April 2020 (6)
- March 2020 (2)
- February 2020 (3)
- January 2020 (3)
Search Post by keyword
All Posts
MicroStrategy – Attribute Creation
In Data Warehouse, the data are stored in a structured tabular form where each column provides some useful values. In MicroStrategy, the data values are represented by the objects called facts. But data values alone…
Open new tab and window in Chrome browser using Selenium 4 and JAVA
Many times we thought why selenium doesn’t have options to open new tab or window through code. Now, the wait is over. This feature is added in Selenium 4. Lets see how to work on…
Invoke app in real android device using APPIUM and Python
Versions used while doing this blog post,Appium server version : 1.16.0Appium Python client version : 0.48 As we know, Appium is capable of automating Web, native and hybrid apps in android. In this post, lets…
Linear Regression
What is Linear Regression? Linear Regression is a one type of regression technique that determines the linear relationship between a dependent variable and one or more independent variables. It can be classified into simple(one independent…