Author Archives: Yugesh Verma - Page 5

10 Apr

A guide to Base Rate Fallacy in machine learning

The base rate fallacy is a kind of fallacy that is also known as base rate bias and base rate neglect. This kind of fallacy has information about the base rate and specific information. There can be ignorance of base rate data in favor of individuating data.
03 Apr

A hands-on guide to anomaly detection in time series using ADTK

image-33078
image-33078
ADTK is an open-source python package for time series anomaly detection. The name ADTK stands for Anomaly detection toolkit. This package is developed by ARUNDO. Its features enable us to implement pragmatic models very easily, and also these features make ADTK different from other anomaly detection tools.
03 Apr

A hands-on guide to anomaly detection in time series using ADTK

image-33076
image-33076
ADTK is an open-source python package for time series anomaly detection. The name ADTK stands for Anomaly detection toolkit. This package is developed by ARUNDO. Its features enable us to implement pragmatic models very easily, and also these features make ADTK different from other anomaly detection tools.
29 Mar

A beginner’s guide to text regression with AutoKeras

image-32937
image-32937
We can think of text regression as a method of using attributes from the text data as a covariate in regression models. There are various fields where we may require regression analysis methods such as predicting salary based on the text where work requirement is mentioned or views on any website based on the content written on the website. The basic difference between text classification and text regression is the target variable.