Glossary

Where to set seeds:

At the top of every notebook or script - In every function that uses randomness - As the `random_state` parameter in scikit-learn functions

Learn More

Related Terms