Author: Bernard Adabankah

R Shiny App for Mining Fields Evaluation
|

R Shiny App for Mining Fields Evaluation

Presenting your report in an interactive and user-friendly way is a very effective communicative tool which can help you convey message to your audience easily. R is a very powerful analytic tool which helps you to do that with the “shiny” package. Here, I simply look at an app about the Mining Fields Evaluation which was…

Run Your Python and R Codes Online For Your Data Science and Machine Learning Projects Mini Projects For Free
| |

Run Your Python and R Codes Online For Your Data Science and Machine Learning Projects Mini Projects For Free

Sometimes, you would want to easily access and run your Python and R codes wherever you find yourself in the world once you have internet access. This is really handy when you have a mini-project you are working on , or you are going through an online tutorial, or you are trying to teach or…

Declare Public Protected and Private Variables in Python – Object Oriented Programming
|

Declare Public Protected and Private Variables in Python – Object Oriented Programming

In Python, the scope ( Public, Protected, Private) characteristic of an attribute or member of the class is indicated by “the naming conventions of the member”. These are the naming conventions Public: This means the member can be accessed outside of the class by other instances. The naming convention denotes that it has no underscores…

DataSets Around the Web For Big Data, Machine Learning and DataScience Practices
|

DataSets Around the Web For Big Data, Machine Learning and DataScience Practices

Here is a collection of several DataSet repositories, I have come across the web. ( I will adding more along the way) You can add to this by commenting on the post and I will update it in the this list Google Dataset Search : This is a great tool released by Google to help…

|

Examining The Structure of A Data Science Project

It is really ideal that you define the structure of your Data Science project before beginning the project. The Data Science Project can take a couple of structures, however this is a high level guide which can help you structure and remain focused with your Data Science project Structure Credit: JHU @Coursera.   Also this…

Deploy  Productionalise Azure Machine Learning Algorithm Using Python
| | |

Deploy Productionalise Azure Machine Learning Algorithm Using Python

This is a script to consume Azure Machine Learning Model which you build using Azure ML Studio. So basically this is a Request-Response Service (RRS)  according to Microsoft. This was a Boosted Decision Tree Algorithm build with Census Adult Data which is available as one of the Sample DataSet in Azure ML. You can adapt the…

Basic Bash Commands For Quick Reference

Basic Bash Commands For Quick Reference

These are some common basic bash commands for your quick reference Credit: Big Data For Data Engineers – Coursera Command Description awk “Aho, Weinberger and Kernigan”, Bell Labs, 1970s. Interpreted programming language for text processing. awk -F (see above) + Set the field separator. cat Display the contents of a file at the command line, is…

Microsoft Azure Machine Learning Cheat Sheet
|

Microsoft Azure Machine Learning Cheat Sheet

This is a quick download of the Microsoft Azure Machine Learning Cheat Sheet.   Having them handy can help save you a lot of time and it will help newbies and even experience Data Scientist and Analysts to choose the best algorithm for their dataset   First, is  Microsoftml Package Algorithm Cheat Sheet  This cheat sheet…