We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ac799 commit 4a0f16cCopy full SHA for 4a0f16c
README.rst
@@ -252,6 +252,13 @@ Sklearn-pandas' ``cross_val_score`` function provides exactly the same interface
252
Changelog
253
---------
254
255
+Development
256
+***********
257
+
258
+* Make the mapper return dataframes when ``df_out=True`` (#70).
259
+* Update imports to avoid deprecation warnings in sklearn 0.18 (#68).
260
261
262
1.2.0 (2016-10-02)
263
******************
264
@@ -295,9 +302,10 @@ The code for ``DataFrameMapper`` is based on code originally written by `Ben Ham
295
302
296
303
Other contributors:
297
304
298
-* Paul Butler
299
305
* Cal Paterson
300
306
* Israel Saeta Pérez
301
-* Zac Stewart
307
+* Jeremy Howard
308
* Olivier Grisel
309
+* Paul Butler
310
* Vitaley Zaretskey
311
+* Zac Stewart
0 commit comments