fix Iris
This commit is contained in:
		
							parent
							
								
									802642f637
								
							
						
					
					
						commit
						0a16243d38
					
				@ -68,7 +68,7 @@ lEE :: LamdaExecutionEnv
 | 
				
			|||||||
lEE =
 | 
					lEE =
 | 
				
			||||||
  LamdaExecutionEnv
 | 
					  LamdaExecutionEnv
 | 
				
			||||||
    { -- For now these need to define all available functions and types. Generic functions can be used.
 | 
					    { -- For now these need to define all available functions and types. Generic functions can be used.
 | 
				
			||||||
      imports = ["LambdaDatasets.IrisDataset"],
 | 
					      imports = ["LambdaDatasets.IrisDefinition"],
 | 
				
			||||||
      training = True,
 | 
					      training = True,
 | 
				
			||||||
      trainingData =
 | 
					      trainingData =
 | 
				
			||||||
        ( map fst (takeFraktion 0.8 irisTrainingData),
 | 
					        ( map fst (takeFraktion 0.8 irisTrainingData),
 | 
				
			||||||
@ -89,7 +89,7 @@ shuffledLEE = do
 | 
				
			|||||||
  itD <- smpl $ shuffle irisTrainingData
 | 
					  itD <- smpl $ shuffle irisTrainingData
 | 
				
			||||||
  return  LamdaExecutionEnv
 | 
					  return  LamdaExecutionEnv
 | 
				
			||||||
    { -- For now these need to define all available functions and types. Generic functions can be used.
 | 
					    { -- For now these need to define all available functions and types. Generic functions can be used.
 | 
				
			||||||
      imports = ["LambdaDatasets.IrisDataset"],
 | 
					      imports = ["LambdaDatasets.IrisDefinition"],
 | 
				
			||||||
      training = True,
 | 
					      training = True,
 | 
				
			||||||
      trainingData =
 | 
					      trainingData =
 | 
				
			||||||
        ( map fst (takeFraktion 0.8 itD),
 | 
					        ( map fst (takeFraktion 0.8 itD),
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user