Evaluating the Performance of Classification ProblemsConfusion matrix, Accuracy, Precision, Recall and F1 scoreJan 5, 2024Jan 5, 2024
Published inDjango UnleashedUsing Django Extensions Package to Enhance DevelopmentHey there! So, you’re working with Django, right? Great choice for a web framework! But as you start building more complex applications…Dec 19, 2023Dec 19, 2023
Installing Jupyter Notebook using pipSo, you know how everyone’s always going on about that Anaconda package for your data science or machine learning work?Dec 1, 2023Dec 1, 2023
Published inStackademicEmbracing the Spirit of the HummingbirdA Beginner’s Guide to Open Source DevelopmentNov 18, 2023Nov 18, 2023
Published inStackademicA Simplified Guide to Hosting Multiple Django Apps on One Linux Server with Nginx and GunicornAs an ambitious developer, you might wish to host more than one Django application on a solitary Linux server. Although achieving this with…Nov 15, 20232Nov 15, 20232
Decoding APIs: A Simple ExplanationAPI, an acronym for Application Programming Interface, represents a critical feature in the world of software development and is often…Jan 14, 2022Jan 14, 2022
Django: Transfer data from SQLite to another database.When you start learning Django or testing out things you may find yourself mostly using the default SQLite database. Then along the way by…May 14, 2020May 14, 2020
Handling nginx startup error nginx.service:I was trying to run a Django app using NGINX on digital ocean following this tutorial…Apr 15, 2020Apr 15, 2020
Published inDataDrivenInvestorImplementing K Nearest Neighbors with PythonWhen you begin interviewing for data scientist position in certain companies, most of the time they will give you a classified data set as…Oct 28, 20191Oct 28, 20191
Published inDataDrivenInvestorGetting Started with K-Nearest Neighbors AlgorithmThe KNN algorithm is very simple and very effective. It is widely applied in areas like finance, political science, handwriting detection…Oct 23, 20191Oct 23, 20191