From 3ec520cdc8c075cffaa87929f9b1efb054d857d9 Mon Sep 17 00:00:00 2001 From: Alexey Date: Mon, 3 Nov 2014 13:54:55 +0300 Subject: [PATCH] updated readme, added setup.py file --- README.md | 2 +- README.rst | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b094050..6371412 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@ The project is intended to find good features / distance functions for the data from CMS experiment. This set of features should discriminate different decay channels. -\* not only supervised, we are using toyMC with answers to check our guesses. +\* not only supervised, we are using labeled toyMC data to check our guesses. We are using [IPython](http://ipython.org/) for analyses (an interactive shell for python language) diff --git a/README.rst b/README.rst index a1f3714..5fd350d 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -=================================== +========================================== CMS unsupervised machine learning (CMSUML) -=================================== +========================================== The project is intended to find good features / distance functions for the data from CMS experiment. This set of features should discriminate different decay channels. diff --git a/setup.py b/setup.py index 413561d..ed4b49e 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ # Author details author='Alex Rogozhnikov', - author_email='antares@yandex-team.ru', + author_email='axelr@yandex-team.ru', # Choose your license license='Yandex',