ta2.ta3.client module

class ta2.ta3.client.TA3APIClient(port, local_input='input', remote_input='input', verbose=False)[source]

Bases: object

describe_solution(solution_id)[source]
end_search_solutions(search_id)[source]
fit_solution(solution_id, dataset)[source]
get_fit_solution_results(request_id, max_results=None)[source]
get_produce_solution_results(request_id)[source]
get_score_solution_results(request_id)[source]
get_search_solutions_results(search_id, max_results=None)[source]
hello()[source]
list_primitives()[source]
produce_solution(fitted_solution_id, dataset)[source]
score_solution(solution_id, dataset)[source]
search_solutions(dataset, time_bound_search=1.0)[source]
solution_export(fitted_solution_id, rank)[source]
stop_search_solutions(search_id)[source]
ta2.ta3.client.pythonize(name)[source]