@@ -127,22 +127,6 @@ Table data including the following columns:
127127</p >
128128
129129
130- ## Updates for version 1.x
131-
132- The latest version 1.x adopts [ Kedro] ( https://kedro.readthedocs.io/ ) to add the following new
133- features and will be available soon in PyPI.
134-
135- - [ Parallel execution] Train the 2 models in parallel
136- - [ File management] Save and load intermediate files such as the trained models
137- - [ Documentation] Generate the API document by Sphinx and visualize the process flow
138-
139- Other enhancements include:
140-
141- - [ Logging] Show and/or log processing status such as timestamp and the running task
142- - [ Model options] Specify models other than XGBoost and Logistic Regression for uplift
143- modeling and propensity modeling, respectively.
144-
145-
146130## How to install CausalLift?
147131
148132Option 1: install from the PyPI
@@ -237,6 +221,22 @@ estimated_effect_df = cl.estimate_recommendation_impact()
237221 CausalLift flow diagram
238222</p >
239223
224+ ## New features introduced in version 1.0.0
225+
226+ CausalLift version 1.0.0 adopted [ Kedro] ( https://kedro.readthedocs.io/ ) to add the following new
227+ features.
228+
229+ - [ Parallel execution] Train the 2 models in parallel
230+ - [ File management] Save and load intermediate files such as the trained models
231+ - [ Documentation] Generate the API document by Sphinx and visualize the process flow
232+
233+ Other enhancements include:
234+
235+ - [ Logging] Show and/or log processing status such as timestamp and the running task
236+ - [ Model options] Specify models other than XGBoost and Logistic Regression for uplift
237+ modeling and propensity modeling, respectively.
238+
239+
240240## Details about the parameters
241241
242242Please see [[ CausalLift API reference]] ( https://minyus.github.io/causallift/causallift.html ) .
0 commit comments