.PHONY: score rout score_click_boost saliency top_queries rounds_similarity noise top_documents

score:
	python process_json.py --in1 dbd2_in1_pool.json --in2 dbd2_in2_toloka_data_12r.json --processed_data result.json --code dbd_score.py --html_report index.html

score_full:
	python process_json.py --in1 dbd2_in1_rels_pool_dbd_score.json --processed_data result.json --code dbd_score.py --html_report index.html

score_bruteforce:
	python process_json.py --in1 dbd2_in1_rels_pool_dbd_score.json --processed_data result.json --code dbd_bruteforce_score.py --html_report index.html

round:
	python process_json.py --in1 dbd2_in1_pool.json --in2 dbd2_in2_toloka_data_12r.json --processed_data result.json --code dbd_make_round.py --html_report index.html

round1:
	python process_json.py --in1 dbd2_source_full.json2 --processed_data result.json --code dbd_make_round.py --html_report index.html

score_click_boost:
	python process_json.py --in1 dbd2_in1_pool.json --in2 dbd2_in2_toloka_data_12r.json --processed_data result.json --code dbd_score.py --html_report index.html

saliency:
	python process_json.py --in1 dbd2_in1_pool.json --in2 dbd2_in2_toloka_data_12r.json --processed_data result.json --code calc_saliency.py --html_report index.html

top_queries:
	python process_json.py --in1 dbd2_in1_rels_pool_dbd_score.json --processed_data result.json --code dbd_top_queries.py --html_report index.html

top_queries_by_pairs:
	python process_json.py --in1 dbd2_in1_pool.json --in2 dbd2_in2_toloka_data_12r.json --processed_data result.json --code dbd_top_queries_by_pairs.py --html_report index.html

top_documents:
	python process_json.py --in1 dbd2_in1_pool.json --in2 dbd2_in2_toloka_data_12r.json --processed_data result.json --code dbd_top_documents.py --html_report index_documents.html --any_param 10
	# python process_json.py --in1 dbd2_in1_pool.json --in2 dbd2_in2_toloka_data_12r.json --processed_data result.json --code dbd_score.py --html_report index.html --any_param yes

rounds_similarity:
	python process_json.py --in1 dbd2_in1_pool.json --in2 dbd2_in2_toloka_data_12r.json--processed_data result.json --code calc_rounds_similarity.py --html_report index.html

noise:
	python process_json.py --in1 dbd2_in1_pool.json --in2 dbd2_in2_toloka_data_12r.json--processed_data result.json --code calc_model_noise.py --html_report index.html

noise2:
	python process_json.py --in1 dbd2_in1_pool.json --in2 dbd2_in2_toloka_data_12r.json--processed_data result.json --code calc_model_dbd_score_weights.py --html_report index.html

noise2_full:
	python process_json.py --in1 dbd-2017_source_full.json --in2 dbd-2017_toloka_12_rounds_full.json --processed_data result.json --code calc_model_dbd_score_weights.py --html_report index.html

download_sample:
	wget -O dbd2_in1_pool.jsonhttps://proxy.sandbox.yandex-team.ru/539384992
	wget -O dbd2_in2_toloka_data_12r.jsonhttps://proxy.sandbox.yandex-team.ru/543027270
	
