Exciting Update!
Iโm excited to share that my new portfolio website is now live! ๐
๐ Explore My Portfolio:
https://t.co/zW9OPy7Uz7
On my site, youโll find:
๐น About Me
๐น Skills
๐น Projects
๐ Excited to Share!
Iโm pleased to announce that Iโve completed a three-month Data Science with Python training at Mindrisers Institute of Technology
and earned my certificate (MR-81007-DS, issued on 2024-08-20).
VERIFY AT:
https://t.co/jxdHhW32tv
View my verified achievement from
This badge recognizes my skills in Python for data science, including core programming and data handling.
@coursera. https://t.co/CxXdeSxORL via @credly
I completed Python for Data Science, AI & Development! Check out my certificate
I learned a lot about Python basics and how to work with APIs for data science. It was a great experience, It will help me in real projects.
https://t.co/tEse5pUtDp #Coursera
Cross Validation (CV)
Cross Validation is a technique to validate your model by splitting your dataset and test your model on unseen data.
Types : Kfold, straitifed kfold , and time series CV
Github code:https://t.co/fiIN4XIM9Q
Feature Selection-Constant variance :
Constant variance is a feature selection technique from sklearn which helps to remove the column or feature which has very less variance.
In DS, Selecting the right features is crucial for effective models.
code:https://t.co/0aXjbIpo4u
Today's learning: Exception in python at cs50
try and except:
The try block contains code that may cause an error. Itโs like testing the water if everything goes smoothly, the code executes as expected.
If error occurs, the except block is triggered.
link:
https://t.co/zPrxhvnQQ4
Today learning:
PCA-A Dimension Reduction Technique in ML
A dataset can have many dimension or many features.
It can be difficult for model to do better prediction if it has many dimension and can happen overfitting.
code linkhttps://lnkd.in/dhqn5Fty
PROJECT : QR CODE WITH PYTHON
Utilize libraries like qrcode and PIL: I learned how to leverage these libraries to create and manipulate QR code images in Python.
n this project I have made a qr for my github account
Thank you!
Source code:https://t.co/XreeFojhEt
Hello! I have used sheatle weather database from https://t.co/oLEX7DTkN7 and I have used it to show histograms of various weather condition like snow. I have find mean, median of various weather values like rain etc.
(plt library,pandas)
source code:https://t.co/RFiZnBFQ5e
Hello!
Topic-Stock analysis with pandas Here I made a stock analysis of ACLBSL stock using pandas . Dataset is from 'https://t.co/oLEX7DTkN7' , I have find daily returns ,mean, volatility.I have used tools from python 's pandas library source code:https://t.co/yPHaR5E8vO
After learning basics of python I have made a hangman game
Rules: You have n lives(3 for now) if you could not guess it for 3 tries it will hang the man and the man will die๐ข
It can be a woman too(not being a sexist)
#pythonprogramming#coder#DataScientists