Blog - Page 100 of 104 - Exotic Digital Access
  • Kangundo Road, Nairobi, Kenya
  • support@exoticdigitalaccess.co.ke
  • Opening Time : 07 AM - 10 PM

Blog

Get Feature Importances for Random Forest with Python and Scikit-Learn

Get Feature Importances for Random Forest with Python and Scikit-Learn

Introduction The Random Forest algorithm is a tree-based supervised learning algorithm that uses an ensemble of predicitions of many decision trees, either to classify a data point or determine it’s approximate value. This means it can either be used for classification or regression. When applied for classification, the class of the data point is chosen […]

Read More
How to Save Command Output as Variable in Bash?

How to Save Command Output as Variable in Bash?

Introduction In bash scripts, assigning the output of a command to variables can be convinient by storing the outputs of the commands and using them later. In this short guide, we will take a look at how you can store the output of a command as a variable in Bash. The Basics To Set Up […]

Read More
How to Internationalize Numbers with JavaScript

Skip or Only Run a Test with JavaScript Mocha

Whenever I start to feel anxiety about a big change I’m making, I start writing more unit tests. I’ll write down my fear and then write a test that attacks, and eventually relaxes, that fear. There are two actions that I’ve been frequently using with test writing: skipping all but one test or single tests. […]

Read More
How to Internationalize Numbers with JavaScript

Determine Default App for File Type from Command Line

One quality of life improvement any developer can make for themselves is ensuring different file types open in the app they’re most proficient in. If you know me, you know I prefer accomplishing as much as possible from the command line. The duti utility allows users to determine default file type from command line. The […]

Read More
How to Internationalize Numbers with JavaScript

Set Brave as Default Browser from Command Line

I’ve been a huge fan of the Brave web browser for years. They’re crypto-friendly, provide native ad-blocking features, and even provide Tor integration. Whenever I set up new systems, I automate Brave as the default browser. You can use the following shell command to set Brave as the default browser: open -a “Brave Browser” –args […]

Read More
The Ultimate Guide to Frameworks for responsive web design

The Ultimate Guide to Frameworks for responsive web design

Undoubtedly, the online presence has become essential for every business regardless of its size and type to survive and thrive in the market. With technological progress and changing web design trends, the users’ preferences for website browsing has evolved from desktop to mobile. Modern website design trends create a demand for making the website packed […]

Read More