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.