Sep 22, 2022Python - Basic regression comparisonRegression models are the principles of machine learning models as well. They help to understand the dataset distributions. The objective...
Sep 17, 2022Python - Score comparison and feature importanceThe purpose of this contribution is to compare modeling and scoring methodologies for given E-Commerce open source sample file, select...
Aug 30, 2022Python - Semantic libraries The purpose of this contribution is to test and compare various semantic libraries and models in python. We can see the basic insights...
Jul 9, 2022Python - Create pentagram in pentagramSimple 2 D plane polygonial cyclic configurations ( below 7 edges ) : hexagram - A Hexagram is composed from two of the eight trigrams....
Jul 8, 2022Python - MatroidThese days I have a chance to meet participants of the mathematical conference at the highest mountain of the Czech republic at one of...
Mar 20, 2022Python - Probability - Dice rolls sum# You roll together 5 fair, six-sided dices. # 1. What is the probability that the sum of the five dices is equal to 19 ? 13.9% # 2. What...
Mar 12, 2022Python and PySpark - Credit score - Loan propensitySample datafile is providing numerical and categorical variables for each case id. We can calculate final score for each case id and see...
Jan 28, 2022Python - Classification - Random ForestMany years ago I used the Random Forest methodology in R Studio to calculate the feature importance in Coffee Data Set. Random forests...
Sep 13, 2021Python - Triplets, Coprime and Prime numbersLets remember some easy calculation, either prime numbers, coprime numbers or triplets are important part of a base for more...
Aug 13, 2021Python - Sentiment Analytics - TweepyThere are many areas, how sentiment analytics could bring better business performance. Python offers various approaches to sentiment and...
Jun 13, 2021R Studio - Proportion Data - Survfit, SurvregThe R Book ( Michael Crawley, ISBN: 978-0-470-97392-9 ) and its chapter 16 inspired me to run the code and pick up the most suitable...
May 21, 2021Python - Binary Bootstrap SampleThe code provides Yes/No prediction, fitting binary bootstrap sample for mistakes in data entries. Leo Breiman was (1928 – 2005)...