Understanding random seed in python | random seed python | randomness and reproducibility in python

preview_player
Показать описание
Hello,
My name is Aman and I am a Data Scientist.

Follow on Instagram: unfold_data_science

Topics for the video:
understanding random seed in python,
random seed python,
randomness and reproducibility in machine learning,
random number python program,
random seed meaning in machine learning,
random seed machine learning,
random seed java,
random seed minecraft speedrun,
random seed minecraft,

About Unfold Data science: This channel is to help people understand the basics of data science through simple examples in an easy way. Anybody without prior knowledge of computer programming or statistics or machine learning and artificial intelligence can get an understanding of data science at a high level through this channel. The videos uploaded will not be very technical in nature and hence can be easily grasped by viewers from different backgrounds as well.

Book recommendation for Data Science:

Category 1 - Must Read For Every Data Scientist:

Category 2 - Overall Data Science:

Category 3 - Statistics and Mathematics:

Category 4 - Machine Learning:

Category 5 - Programming:

My Studio Setup:

Join the Facebook group :

Follow on Twitter: @unfoldds

Watch python for data science playlist here:

Watch the statistics and mathematics playlist here :

Watch End to End Implementation of a simple machine-learning model in Python here:

Learn Ensemble Model, Bagging, and Boosting here:

Build Career in Data Science Playlist:

Artificial Neural Network and Deep Learning Playlist:

Natural language Processing playlist:

Understanding and building a recommendation system:

Access all my codes here:

Рекомендации по теме
Комментарии
Автор

I think yes, you will use seed in production, because in the testing stages of the model, it will act as a control allowing you to debug and adjust the model accordingly

njokiruth
Автор

Yes, it is important to use "random_state " for splitting the data in the production environment because consistency is crucial for debugging, testing, and maintaining the model.

Otherwise this makes it challenging to reproduce the same split for debugging or comparing model versions.

Anupkumar-cdgv
Автор

I might be incorrect but from my understanding is that we will use seed in production environment to get the reproducibility of results. Let's say that I want to validate my model in production, so reproducibility becomes an important factor to get the same results and validate them.
Please correct me if I am wrong as I am a beginner and do not know much about this stuff.

himanshussn