GUI Analytics

Knime Meets Apache Kafka

Reading Time: 4 minutes Knime taps into the power of Apache Kafka’s pub-sub mechanism by introducing Kafka extension. It adds nodes to connect, read and publish to Kafka cluster.

Linear Regression with Knime

Reading Time: 5 minutes Linear Regression is perhaps one of the most well known and well -understood algorithms in Statistics and Machine Learning. It tries to find a relationship between the independent and dependent continuous variables by determining a linear equation of the form Y = b0 + b1*x1 + b2*x2 + ….. Here, the x values represent the independent variables, b values are the coefficients of the independent Continue Reading

Data Access with Knime

Reading Time: 5 minutes Knime provides access to various file formats without worrying about the coding behind it. The user just needs to drag and drop an appropriate access node.