Is there any module or package available in Python for using Design of Experiments (DoE) methods?

2 Answers

Have you tried pyDOE? It is great for constructing factorial designs, response surface designs, and more. You can find it on PyPi.

Try this new code base which takes a simple CSV file as input variable's range and generates the desired DOE in another CSV file. It is not a full package but collection of functions to use.

Design-of-Experiment-Python

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy