Popular Post: Python

Machine Learning

Machine learning is the study of computer algorithms that can improve automatically through experience and by the use of data.

Machine Learning Percentiles

Percentiles are used in statistics data to provide you a number that expresses the value that a given percent of the values are lower than.

Machine Learning Train/Test

Train/Test is a method to measure the accuracy of your model. You can split the the data set into two sets (training set and a testing set).

Python MySQL

MySQL database is one of the most popular database. You can use python in database application also.

Python MySQL Where

In Python, You can filter the selection by using the WHERE statement, When selecting records from a table in MySQL Database.

Python MySQL Order By

The ORDER BY statement is used to sort the result in ascending (by default) or descending order (use the DESC keyword).