From 29295a51f043ae42ff68b115bdb94bde07ec461a Mon Sep 17 00:00:00 2001 From: Kumar Nityan Suman Date: Sat, 2 Mar 2024 21:18:58 +0000 Subject: [PATCH] Minor cleanup --- HISTORY.md | 4 ++-- README.md | 9 +-------- requirements.txt | 3 ++- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index ec1fb0b..5b837cf 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,8 @@ --- -title: History +History --- -# 0.3.0 +# 0.3.0 (2024-03-03) - Fixed OneHotEncoder Bug diff --git a/README.md b/README.md index 9b3f827..3ef1fe6 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,6 @@ # Lazy Predict -[![image](https://img.shields.io/pypi/v/lazypredict.svg)](https://pypi.python.org/pypi/lazypredict) -[![Build Status](https://app.travis-ci.com/shankarpandala/lazypredict.svg)](https://app.travis-ci.com/shankarpandala/lazypredict) -[![Documentation Status](https://readthedocs.org/projects/lazypredict/badge/?version=latest)](https://lazypredict.readthedocs.io/en/latest/?badge=latest) -[![Downloads](https://pepy.tech/badge/lazypredict)](https://pepy.tech/project/lazypredict) -[![CodeFactor](https://www.codefactor.io/repository/github/shankarpandala/lazypredict/badge)](https://www.codefactor.io/repository/github/shankarpandala/lazypredict) - -Lazy Predict helps build a lot of basic models without much code and -helps understand which models works better without any parameter tuning. +[Nightly Updated] Lazy Predict 2.0 to help you benchmark models without much code and understand what works better without any hyyper-parameter tuning. - Free software: MIT license - Documentation: . diff --git a/requirements.txt b/requirements.txt index 37ca346..4572aa5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,5 @@ pandas tqdm joblib lightgbm -xgboost \ No newline at end of file +xgboost +markupsafe<=2.1.4 \ No newline at end of file