Skip to content

Commit d61fbf5

Browse files
authored
Update README.md
1 parent 62475b3 commit d61fbf5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Python debugger (pdb) - [blog post](https://www.blog.pythonlibrary.org/2018/10/1
7676
[Talk](https://www.youtube.com/watch?v=68ABAU_V8qI)
7777
[sklearn](https://scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html) - Pipeline, [examples](https://github.com/jem1031/pandas-pipelines-custom-transformers).
7878
[pdpipe](https://github.com/shaypal5/pdpipe) - Pipelines for DataFrames.
79+
[scikit-lego](https://github.com/koaning/scikit-lego) - Custom transformers for pipelines.
7980
[few](https://github.com/lacava/few) - Feature engineering wrapper for sklearn.
8081
[skoot](https://github.com/tgsmith61591/skoot) - Pipeline helper functions.
8182
[categorical-encoding](https://github.com/scikit-learn-contrib/categorical-encoding) - Categorical encoding of variables, [vtreat (R package)](https://cran.r-project.org/web/packages/vtreat/vignettes/vtreat.html).
@@ -271,6 +272,7 @@ Feature Visualization: [Blog](https://distill.pub/2017/feature-visualization/),
271272
[Image Super-Resolution](https://github.com/idealo/image-super-resolution) - Super-scaling using a Residual Dense Network.
272273
Cell Segmentation - [Talk](https://www.youtube.com/watch?v=dVFZpodqJiI), Blog Posts: [1](https://www.thomasjpfan.com/2018/07/nuclei-image-segmentation-tutorial/), [2](https://www.thomasjpfan.com/2017/08/hassle-free-unets/)
273274
[CenterNet](https://github.com/xingyizhou/CenterNet) - Object detection.
275+
[deeplearning-models](https://github.com/rasbt/deeplearning-models) - Deep learning models.
274276

275277
#### GPU
276278
[cuML](https://github.com/rapidsai/cuml) - Run traditional tabular ML tasks on GPUs.

0 commit comments

Comments
 (0)