From d2975c6d29f42719ee58ba243dab0e003f75fca5 Mon Sep 17 00:00:00 2001
From: Oceane <oceane.fourquet@outlook.fr>
Date: Thu, 16 Feb 2023 09:50:45 +0100
Subject: [PATCH] clean

---
 .gitignore | 1 +
 README.md  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index a0df521..9fef84f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 ### Python ###
 *__pycache__/*
 .ipynb_checkpoints
+*pyc
diff --git a/README.md b/README.md
index 70212d7..61f98e0 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 Author: Océane FOURQUET
 
-This project constructs an ensemble model of bidimensional monotonic classifiers [1](https://link.springer.com/article/10.1007/s00453-012-9628-4). In addition to reimplementing an established approach [2](https://academic.oup.com/jid/article/217/11/1690/4911472?login=true) in Python, it integrates a preselection of the pairs of features, reducing drastically the running time of the approach.
+This project constructs an ensemble model of bidimensional monotonic classifiers \[[1](https://link.springer.com/article/10.1007/s00453-012-9628-4)\]. In addition to reimplementing an established approach \[[2](https://academic.oup.com/jid/article/217/11/1690/4911472?login=true)\] in Python, it integrates a preselection of the pairs of features, reducing drastically the running time of the approach.
 
 ## Python and Libraries Versions
 - python 3.9.1
-- 
GitLab