Public static methods
	
		
			object load_boston(object data_path)
		
		
		
	 
	
		
			object load_boston_dyn(object data_path)
		
		
		
	 
	
	
	
	
	
	
		
			object load_iris(object data_path)
		
		
		
	 
	
		
			object load_iris_dyn(object data_path)
		
		
		
	 
	
		
			object maybe_download(string filename, Byte[] work_directory, string source_url)
		
		
		
	 
	
		
			object maybe_download(string filename, string work_directory, string source_url)
		
		
		
	 
	
		
			object maybe_download_dyn(object filename, object work_directory, object source_url)
		
		
		
	 
	
		
			object retry(object initial_delay, object max_delay, double factor, double jitter, object is_retriable)
		
		
		
	 
	
	
		
			void shrink_csv(string filename, int ratio)
		
		
		
	 
	
		
			object shrink_csv_dyn(object filename, object ratio)
		
		
		
	 
	
		
			object urlretrieve_with_retry(string url, string filename)
		
		
		
	 
	
		
			object urlretrieve_with_retry_dyn(object url, object filename)
		
		
		
	 
	
	Public properties