├── .DS_Store ├── .gitignore ├── .gitmodules ├── BCG Gamma └── README.md ├── BHV Tech Development └── README.md ├── Diginetica ├── README.md └── task.ipynb ├── Gett ├── Matching Home Assignment for Candidates.ipynb ├── README.md └── data │ ├── data_offers.csv │ └── data_orders.csv ├── NeuroTrade └── README.md ├── Neuromation ├── Makefile ├── README.md ├── notebooks │ └── task.ipynb └── requirements │ ├── apt.txt │ └── pip.txt ├── One Factor ├── README.md ├── README.pdf └── Solution.ipynb ├── PWC ├── README.md └── README.pdf ├── PeakData AG └── README.md ├── Physician Partners ├── README.md └── data │ ├── claims_test.csv │ └── sfr_test.csv ├── README.md ├── Revo:Mokka ├── README.md ├── Solution.ipynb ├── data │ └── revo_ds_test_task.csv └── presentation.pptx ├── S7 ├── README.md ├── Solution.ipynb └── data │ ├── advert_test.csv │ ├── advert_train.csv │ ├── deploy_example.csv │ └── sales_train.csv ├── Uber ├── README.md ├── Screen │ ├── Screen1.png │ ├── Screen2.png │ ├── Screen3.png │ ├── Screen4.png │ └── Screen5.png └── data │ ├── dataset_1.csv │ └── dataset_2.csv ├── Zyfra (Цифра) ├── README.md ├── Solution.ipynb ├── boards.jpg └── data │ ├── 3min Series (00sec) Outer new.csv │ ├── target.csv │ └── Средняя масса доли АПГ New.csv ├── doc+ ├── README.md ├── README.pdf ├── Solution.docx ├── Solution.ipynb └── dataset.csv ├── wargaming_2020 ├── README.md ├── requirements.txt └── solutions │ ├── .ipynb_checkpoints │ ├── fifth_task-checkpoint.ipynb │ ├── first_task-checkpoint.ipynb │ ├── fourth_task-checkpoint.ipynb │ ├── second_task-checkpoint.ipynb │ └── third_task-checkpoint.ipynb │ ├── buses_work.ipynb │ ├── fifth_task.ipynb │ ├── first_task.ipynb │ ├── fourth_task.ipynb │ ├── landing_page.ipynb │ ├── second_task.ipynb │ └── third_task.ipynb ├── Альфабанк Кз ├── MVP_solution.ipynb ├── codes.csv ├── readme.txt ├── test_set.csv ├── train_set.csv ├── transactions.csv └── types.csv ├── БКС ├── ML_Solution.docx ├── README.md └── data.xlsx ├── Ланит_ритейл ├── README.md ├── dataset for test new.csv ├── solution.ipynb └── test dataset.csv ├── МТС └── README.md ├── СКБ Контур 2 ├── README.md ├── Solution.ipynb ├── test.csv └── train.csv ├── СКБ Контур └── README.md └── Сбер_Деловая_Среда ├── README.md ├── events.csv ├── solution.ipynb └── solution_text.docx /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/.gitmodules -------------------------------------------------------------------------------- /BCG Gamma/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/BCG Gamma/README.md -------------------------------------------------------------------------------- /BHV Tech Development/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/BHV Tech Development/README.md -------------------------------------------------------------------------------- /Diginetica/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Diginetica/README.md -------------------------------------------------------------------------------- /Diginetica/task.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Diginetica/task.ipynb -------------------------------------------------------------------------------- /Gett/Matching Home Assignment for Candidates.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Gett/Matching Home Assignment for Candidates.ipynb -------------------------------------------------------------------------------- /Gett/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Gett/README.md -------------------------------------------------------------------------------- /Gett/data/data_offers.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Gett/data/data_offers.csv -------------------------------------------------------------------------------- /Gett/data/data_orders.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Gett/data/data_orders.csv -------------------------------------------------------------------------------- /NeuroTrade/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/NeuroTrade/README.md -------------------------------------------------------------------------------- /Neuromation/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Neuromation/Makefile -------------------------------------------------------------------------------- /Neuromation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Neuromation/README.md -------------------------------------------------------------------------------- /Neuromation/notebooks/task.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Neuromation/notebooks/task.ipynb -------------------------------------------------------------------------------- /Neuromation/requirements/apt.txt: -------------------------------------------------------------------------------- 1 | rsync 2 | git 3 | curl 4 | tmux 5 | vim 6 | htop 7 | unzip -------------------------------------------------------------------------------- /Neuromation/requirements/pip.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Neuromation/requirements/pip.txt -------------------------------------------------------------------------------- /One Factor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/One Factor/README.md -------------------------------------------------------------------------------- /One Factor/README.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/One Factor/README.pdf -------------------------------------------------------------------------------- /One Factor/Solution.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/One Factor/Solution.ipynb -------------------------------------------------------------------------------- /PWC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/PWC/README.md -------------------------------------------------------------------------------- /PWC/README.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/PWC/README.pdf -------------------------------------------------------------------------------- /PeakData AG/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/PeakData AG/README.md -------------------------------------------------------------------------------- /Physician Partners/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Physician Partners/README.md -------------------------------------------------------------------------------- /Physician Partners/data/claims_test.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Physician Partners/data/claims_test.csv -------------------------------------------------------------------------------- /Physician Partners/data/sfr_test.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Physician Partners/data/sfr_test.csv -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/README.md -------------------------------------------------------------------------------- /Revo:Mokka/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Revo:Mokka/README.md -------------------------------------------------------------------------------- /Revo:Mokka/Solution.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Revo:Mokka/Solution.ipynb -------------------------------------------------------------------------------- /Revo:Mokka/data/revo_ds_test_task.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Revo:Mokka/data/revo_ds_test_task.csv -------------------------------------------------------------------------------- /Revo:Mokka/presentation.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Revo:Mokka/presentation.pptx -------------------------------------------------------------------------------- /S7/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/S7/README.md -------------------------------------------------------------------------------- /S7/Solution.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/S7/Solution.ipynb -------------------------------------------------------------------------------- /S7/data/advert_test.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/S7/data/advert_test.csv -------------------------------------------------------------------------------- /S7/data/advert_train.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/S7/data/advert_train.csv -------------------------------------------------------------------------------- /S7/data/deploy_example.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/S7/data/deploy_example.csv -------------------------------------------------------------------------------- /S7/data/sales_train.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/S7/data/sales_train.csv -------------------------------------------------------------------------------- /Uber/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Uber/README.md -------------------------------------------------------------------------------- /Uber/Screen/Screen1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Uber/Screen/Screen1.png -------------------------------------------------------------------------------- /Uber/Screen/Screen2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Uber/Screen/Screen2.png -------------------------------------------------------------------------------- /Uber/Screen/Screen3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Uber/Screen/Screen3.png -------------------------------------------------------------------------------- /Uber/Screen/Screen4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Uber/Screen/Screen4.png -------------------------------------------------------------------------------- /Uber/Screen/Screen5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Uber/Screen/Screen5.png -------------------------------------------------------------------------------- /Uber/data/dataset_1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Uber/data/dataset_1.csv -------------------------------------------------------------------------------- /Uber/data/dataset_2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Uber/data/dataset_2.csv -------------------------------------------------------------------------------- /Zyfra (Цифра)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Zyfra (Цифра)/README.md -------------------------------------------------------------------------------- /Zyfra (Цифра)/Solution.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Zyfra (Цифра)/Solution.ipynb -------------------------------------------------------------------------------- /Zyfra (Цифра)/boards.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Zyfra (Цифра)/boards.jpg -------------------------------------------------------------------------------- /Zyfra (Цифра)/data/3min Series (00sec) Outer new.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Zyfra (Цифра)/data/3min Series (00sec) Outer new.csv -------------------------------------------------------------------------------- /Zyfra (Цифра)/data/target.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Zyfra (Цифра)/data/target.csv -------------------------------------------------------------------------------- /Zyfra (Цифра)/data/Средняя масса доли АПГ New.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Zyfra (Цифра)/data/Средняя масса доли АПГ New.csv -------------------------------------------------------------------------------- /doc+/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/doc+/README.md -------------------------------------------------------------------------------- /doc+/README.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/doc+/README.pdf -------------------------------------------------------------------------------- /doc+/Solution.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/doc+/Solution.docx -------------------------------------------------------------------------------- /doc+/Solution.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/doc+/Solution.ipynb -------------------------------------------------------------------------------- /doc+/dataset.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/doc+/dataset.csv -------------------------------------------------------------------------------- /wargaming_2020/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/wargaming_2020/README.md -------------------------------------------------------------------------------- /wargaming_2020/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/wargaming_2020/requirements.txt -------------------------------------------------------------------------------- /wargaming_2020/solutions/.ipynb_checkpoints/fifth_task-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/wargaming_2020/solutions/.ipynb_checkpoints/fifth_task-checkpoint.ipynb -------------------------------------------------------------------------------- /wargaming_2020/solutions/.ipynb_checkpoints/first_task-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/wargaming_2020/solutions/.ipynb_checkpoints/first_task-checkpoint.ipynb -------------------------------------------------------------------------------- /wargaming_2020/solutions/.ipynb_checkpoints/fourth_task-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/wargaming_2020/solutions/.ipynb_checkpoints/fourth_task-checkpoint.ipynb -------------------------------------------------------------------------------- /wargaming_2020/solutions/.ipynb_checkpoints/second_task-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/wargaming_2020/solutions/.ipynb_checkpoints/second_task-checkpoint.ipynb -------------------------------------------------------------------------------- /wargaming_2020/solutions/.ipynb_checkpoints/third_task-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/wargaming_2020/solutions/.ipynb_checkpoints/third_task-checkpoint.ipynb -------------------------------------------------------------------------------- /wargaming_2020/solutions/buses_work.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/wargaming_2020/solutions/buses_work.ipynb -------------------------------------------------------------------------------- /wargaming_2020/solutions/fifth_task.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/wargaming_2020/solutions/fifth_task.ipynb -------------------------------------------------------------------------------- /wargaming_2020/solutions/first_task.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/wargaming_2020/solutions/first_task.ipynb -------------------------------------------------------------------------------- /wargaming_2020/solutions/fourth_task.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/wargaming_2020/solutions/fourth_task.ipynb -------------------------------------------------------------------------------- /wargaming_2020/solutions/landing_page.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/wargaming_2020/solutions/landing_page.ipynb -------------------------------------------------------------------------------- /wargaming_2020/solutions/second_task.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/wargaming_2020/solutions/second_task.ipynb -------------------------------------------------------------------------------- /wargaming_2020/solutions/third_task.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/wargaming_2020/solutions/third_task.ipynb -------------------------------------------------------------------------------- /Альфабанк Кз/MVP_solution.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Альфабанк Кз/MVP_solution.ipynb -------------------------------------------------------------------------------- /Альфабанк Кз/codes.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Альфабанк Кз/codes.csv -------------------------------------------------------------------------------- /Альфабанк Кз/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Альфабанк Кз/readme.txt -------------------------------------------------------------------------------- /Альфабанк Кз/test_set.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Альфабанк Кз/test_set.csv -------------------------------------------------------------------------------- /Альфабанк Кз/train_set.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Альфабанк Кз/train_set.csv -------------------------------------------------------------------------------- /Альфабанк Кз/transactions.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Альфабанк Кз/transactions.csv -------------------------------------------------------------------------------- /Альфабанк Кз/types.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Альфабанк Кз/types.csv -------------------------------------------------------------------------------- /БКС/ML_Solution.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/БКС/ML_Solution.docx -------------------------------------------------------------------------------- /БКС/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/БКС/README.md -------------------------------------------------------------------------------- /БКС/data.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/БКС/data.xlsx -------------------------------------------------------------------------------- /Ланит_ритейл/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Ланит_ритейл/README.md -------------------------------------------------------------------------------- /Ланит_ритейл/dataset for test new.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Ланит_ритейл/dataset for test new.csv -------------------------------------------------------------------------------- /Ланит_ритейл/solution.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Ланит_ритейл/solution.ipynb -------------------------------------------------------------------------------- /Ланит_ритейл/test dataset.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Ланит_ритейл/test dataset.csv -------------------------------------------------------------------------------- /МТС/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/МТС/README.md -------------------------------------------------------------------------------- /СКБ Контур 2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/СКБ Контур 2/README.md -------------------------------------------------------------------------------- /СКБ Контур 2/Solution.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/СКБ Контур 2/Solution.ipynb -------------------------------------------------------------------------------- /СКБ Контур 2/test.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/СКБ Контур 2/test.csv -------------------------------------------------------------------------------- /СКБ Контур 2/train.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/СКБ Контур 2/train.csv -------------------------------------------------------------------------------- /СКБ Контур/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/СКБ Контур/README.md -------------------------------------------------------------------------------- /Сбер_Деловая_Среда/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Сбер_Деловая_Среда/README.md -------------------------------------------------------------------------------- /Сбер_Деловая_Среда/events.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Сбер_Деловая_Среда/events.csv -------------------------------------------------------------------------------- /Сбер_Деловая_Среда/solution.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Сбер_Деловая_Среда/solution.ipynb -------------------------------------------------------------------------------- /Сбер_Деловая_Среда/solution_text.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slgero/testovoe/HEAD/Сбер_Деловая_Среда/solution_text.docx --------------------------------------------------------------------------------