SYMBOL INDEX (64 symbols across 6 files) FILE: easy_tensorflow/evolve_functions.py function rmse (line 9) | def rmse(p, t): function r_squared (line 19) | def r_squared(p, t): function accuracy (line 38) | def accuracy(p, t): function specificity (line 48) | def specificity(p, t): function sensitivity (line 64) | def sensitivity(p, t): function test_train_split (line 80) | def test_train_split(X, y, num_test = 0): function evolve (line 115) | def evolve(predict_type, fitness_measure, trX, trY, FILE: easy_tensorflow/main.py function main (line 13) | def main(argv): function entry_point (line 51) | def entry_point(): FILE: easy_tensorflow/tf_functions.py function random_index_list (line 6) | def random_index_list(list_size, sample_size): function encode_classifications (line 16) | def encode_classifications(class_list): function decode_classifications (line 42) | def decode_classifications(classes, encoded): function unpack_transform (line 53) | def unpack_transform(transform, X, weight): function compile_model (line 82) | def compile_model(X, weights, models, transform_dict): function make_model (line 104) | def make_model(X, input_size, output_size, net_type, transform_dict): function train_tensorflow (line 183) | def train_tensorflow(sess, trX, trY, train_steps, full_train, train_size... class Classifier (line 258) | class Classifier: method __init__ (line 263) | def __init__(self, net_type, loss_type = 'cross_entropy', optimizer = ... method train (line 283) | def train(self, trX, trY, iterations, full_train = True, train_size = 0): method predict (line 307) | def predict(self, teX, return_encoded = True): method close (line 326) | def close(self): class Regresser (line 334) | class Regresser: method __init__ (line 339) | def __init__(self, net_type, loss_type = 'l2_loss', optimizer = 'Adam'): method train (line 359) | def train(self, trX, trY, iterations, full_train = True, train_size = 0): method predict (line 383) | def predict(self, teX): method close (line 399) | def close(self): FILE: pavement.py function print_passed (line 27) | def print_passed(): function print_failed (line 36) | def print_failed(): class cwd (line 45) | class cwd(object): method __init__ (line 49) | def __init__(self, newcwd): method __enter__ (line 55) | def __enter__(self): method __exit__ (line 60) | def __exit__(self, type_, value, traceback): function _doc_make (line 67) | def _doc_make(*make_args): function sdist (line 91) | def sdist(): function test (line 97) | def test(): function lint (line 103) | def lint(): function test_all (line 112) | def test_all(): function run (line 124) | def run(args): function commit (line 137) | def commit(): function coverage (line 146) | def coverage(): function doc_watch (line 163) | def doc_watch(): function doc_open (line 216) | def doc_open(): function get_tasks (line 235) | def get_tasks(): function doc_html (line 243) | def doc_html(): function doc_clean (line 252) | def doc_clean(): FILE: setup.py function check_output (line 11) | def check_output(cmd_args, *args, **kwargs): function get_project_files (line 60) | def get_project_files(): function is_git_project (line 83) | def is_git_project(): function has_git (line 87) | def has_git(): function get_git_project_files (line 91) | def get_git_project_files(): function git_ls_files (line 110) | def git_ls_files(*cmd_args): function print_success_message (line 122) | def print_success_message(message): function print_failure_message (line 135) | def print_failure_message(message): function read (line 149) | def read(filename): function _lint (line 161) | def _lint(): function _test (line 178) | def _test(): function _test_all (line 191) | def _test_all(): class TestAllCommand (line 205) | class TestAllCommand(TestCommand): method finalize_options (line 206) | def finalize_options(self): method run_tests (line 212) | def run_tests(self): function main (line 279) | def main(): FILE: tests/test_main.py class TestMain (line 15) | class TestMain(object): method test_help (line 17) | def test_help(self, helparg, capsys): method test_version (line 31) | def test_version(self, versionarg, capsys):