Skip to content
Snippets Groups Projects
Commit 4083d767 authored by Alina Lacheim's avatar Alina Lacheim Committed by kohlhaasrebecca
Browse files

fixed sinusiodal example

parent 7dd566a1
No related branches found
No related tags found
1 merge request!37Fix/post processing
...@@ -137,7 +137,7 @@ if __name__ == "__main__": ...@@ -137,7 +137,7 @@ if __name__ == "__main__":
PostPCE = PostProcessing(engine) PostPCE = PostProcessing(engine)
#Plot to check validation visually #Plot to check validation visually
PostPCE.valid_metamodel(n_samples=200) PostPCE.valid_metamodel(n_samples=1)
#Check the quality of your regression model #Check the quality of your regression model
PostPCE.check_reg_quality() PostPCE.check_reg_quality()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment