Check our courses TechNeuron: 200+courses Lifetime Warranty Course url: ineuron.ai/one-neuron Full Stack Data Scientist Bootcamp 2.0 With Job Guaranteed: ineuron.ai/course/Full-Stack-Data-Science-BootCamp-2.0 Use Krish20 coupon code for 20% off
Sir thankyou so much for you and the whole ineuron team for reducing the price of one neuron. I know the offer is 1ly for a week but also u guys have did it sir. I have buyed oneneuron and very happy sir, dont know how to express it. Love you sir.
Hey Sir, can you please upload the entire project end to end, which you promised in this video, you've achieved your target of 1K likes on this, and its been 2 years but u haven't posted the project.
Tree algo are not sensitive towards un-scaled features, outlier while LR and other parameteric algo are sensitive towards un scaled feature, outlier. In that case this technique is not useful as you are using the same features for all algo
@pratik his point here is to use this approach of coding to train multiple models for selection of a good performing model out of that. Ofcourse u can run this code twice for scaled and unscaled data twice with corresponding models. AGREE?
Respected Krish Naik Sir, You have to own your committed words in video that you will share the code after 1000 likes. Now more than 1200 and we are still waitig. Thanks
Sir... Please upload detail video about tranform models... VIT, POLYVIT, AST... IF AST, its very well becaus my project to use AST Model for sound classification(.wave files)... Thanks
Today Three people came to our Institute for Data Science program. But any how I convinced them not to take admission in our institute . I highly suggest them to take admission to iNuron. You are doing a great job Sir👍🏻
Since trees work generally better than linear algorithms(personal observation) , is there any need of using linear algorithms at all when we are finding best models
You can use Lazypredict Library it automatically tests all the available machine learning algorithms in the sklearn Library and give you the score for each of them. Based on that you can an initial decision on which algorithm to start with. You dont even have to do the dictionary way like they have shown here.
@@bruhm0ment767 no it will train all models on their default settings but later you can pick the best model and then do parameter tuning on those specific models. This Library is just to make your model selection process easy and faster.
Sir..I have a doubt that " in terms of complexity does the project we do in the companies is similar to the project you are doing here ?" since I pursuing degree so I don't have idea about it..that how could be the complexity of the projects in companies. Can anyone please help me out
Not even close. Real world projects are some next level stuff. No work is done in Jupyter, all in visual studio mostly. Also, code is just one part of a project. A big challenge also comes in deployment where you have to dockerize it, create pipelines, then deploy it in cloud platform like Azure/AWS/GCP. Also in deployment another big challenge is some libraries n their versions are supported by some cloud platforms some are not 🤦🏻♂️. Then there could be some other technical challenges too in production. It really eats your brain up 😂
Check our courses
TechNeuron: 200+courses Lifetime Warranty
Course url: ineuron.ai/one-neuron
Full Stack Data Scientist Bootcamp 2.0 With Job Guaranteed: ineuron.ai/course/Full-Stack-Data-Science-BootCamp-2.0
Use Krish20 coupon code for 20% off
Sir thankyou so much for you and the whole ineuron team for reducing the price of one neuron. I know the offer is 1ly for a week but also u guys have did it sir. I have buyed oneneuron and very happy sir, dont know how to express it. Love you sir.
sir, thank you. Friday - you said it will be NLP live session.. I was waiting for it. When is the next session?
Hello @krish Naik the code krish20 is not working for data science bootcamp
Hey Sir, can you please upload the entire project end to end, which you promised in this video, you've achieved your target of 1K likes on this, and its been 2 years but u haven't posted the project.
Machine Learning is not deterministic, Experiment is the only key!!! Thanks for such content... Kudos!!
You are truly a leader!!
What more can we ask for?
Thanks my able professor!!
Tree algo are not sensitive towards un-scaled features, outlier while LR and other parameteric algo are sensitive towards un scaled feature, outlier. In that case this technique is not useful as you are using the same features for all algo
I like this.
@Krish what do you say?
Correct
@pratik his point here is to use this approach of coding to train multiple models for selection of a good performing model out of that. Ofcourse u can run this code twice for scaled and unscaled data twice with corresponding models. AGREE?
Same question I wanted to ask
For so many days, one thing is running in my mind that like how can we decide the range to take for hyperparameter tuning.
You are doing an amazing job, sir!. God bless you
Respected Krish Naik Sir, You have to own your committed words in video that you will share the code after 1000 likes. Now more than 1200 and we are still waitig. Thanks
This is amazing! Kudos! Do you mind uploading the notebook please? Thank you
Sir... Please upload detail video about tranform models... VIT, POLYVIT, AST... IF AST, its very well becaus my project to use AST Model for sound classification(.wave files)... Thanks
I just use LightGBM these days. It usually performs best and requires minimal data preprocessing.
Krishna sir bohot din se apko follow kar raha hun plz pura video upload kar dijiyega ipy file ke sath plzz....
Kirsh sir please teach also about machine learning model deployment in detail
I strongly recommend you to look out campusx (nitish sir) videos on the same
He was far better
Sir please share and make a video on this project....
Awesome ....Doing a grt job....hats off
you gave me a very good idea in this video thanks so much Krish
Would you mind include the eda, feature engineering, better use any boosting model with cv and everything inside pipeline? Thank you sir.
1000+ likes ✅. Please provide ka whole project implementation
hi , is end to end project upload with ci/cd
@@preetjainvd9909 where can I get this code??
Krish coul you show us how to compare the training and loss accuracies of deep learning models ie to compare new method with existing SOTA methods
Hi Krish, do you have any plans for Time Series forecasting?
Sir Please make video on CATBOOST Algorithm
Thank you sir for this amazing code
@krish 1000 likes completed ... pls upload end to end
Hi , is any update from Krish sir, regard end to end project and code
Sir plz share this end to end project
Are you got reply for end to end implementation with ci / cd, please message.
Pls sir, is the code available?
sir.......'LogisticRegression' object has no attribute 'accuracy_score' Error how did you get accuracyscore for logistic regresion?
a link for the code would be very appreciated
Sorry if I am asking something non sense. But instead of doing all of that, why not using AutoML libraries such as Pycaret?
Thanks dude, learnt a lot from ur videos 1k crossed pls upload end to end process video
Good video , Thank you @Krish naik
Today Three people came to our Institute for Data Science program. But any how I convinced them not to take admission in our institute .
I highly suggest them to take admission to iNuron. You are doing a great job Sir👍🏻
Which Institute??
@@krishnaik06 EXCELR Raising Excellence Bangaluru
I Wish I Knew It earlier about iNuron.
Please share the link of the notebook
waiting for this end to end project
Sir please upload this project.
x2
How can I increase the recall?? Even after hyperparameter tuning I was able to increase the recall for class 1 from 8 to 19..
Since trees work generally better than linear algorithms(personal observation) , is there any need of using linear algorithms at all when we are finding best models
Ofc, because not everything is about "better" performance i.e. accuracy. It depends on complexity n time n client's's expectations.
Hi sir can we get the code please ?
Can you provide the code sir?
it is not showing all only showing Random Forest
superb..!
Sir dsa series continue karo please
superb.
Good afternoon sir
Sir how to do feature engineer and features selection
Sir one question, instead of trying each algo, can we use automated libraries like pycaret, autoML or other libraries?
You can use Lazypredict Library it automatically tests all the available machine learning algorithms in the sklearn Library and give you the score for each of them. Based on that you can an initial decision on which algorithm to start with.
You dont even have to do the dictionary way like they have shown here.
@@HellRaiZOR13 does it allow parameter tuning?
@@bruhm0ment767 no it will train all models on their default settings but later you can pick the best model and then do parameter tuning on those specific models.
This Library is just to make your model selection process easy and faster.
can you provide the code ?
Please share the code.
let's make it it to 1000 likes
too fast, hard to understand
Done
Sir..I have a doubt that " in terms of complexity does the project we do in the companies is similar to the project you are doing here ?" since I pursuing degree so I don't have idea about it..that how could be the complexity of the projects in companies. Can anyone please help me out
Not even close. Real world projects are some next level stuff. No work is done in Jupyter, all in visual studio mostly. Also, code is just one part of a project. A big challenge also comes in deployment where you have to dockerize it, create pipelines, then deploy it in cloud platform like Azure/AWS/GCP. Also in deployment another big challenge is some libraries n their versions are supported by some cloud platforms some are not 🤦🏻♂️. Then there could be some other technical challenges too in production. It really eats your brain up 😂
1 like remaining only
use AutoML do nothing
Hi Krish, 1000 likes completed.. pls provide GitHub link for this code