The Wayback Machine - https://web.archive.org/web/20201128112323/https://github.com/topics/supervised-learning
Skip to content
#

supervised-learning

Here are 1,347 public repositories matching this topic...

akihironitta
akihironitta commented Nov 5, 2020

🚀 Refactoring

Currently, there are try: ... except: ... in pl_bolts/datamodules/__init__.py which were added in #303, and it is not clean in my humble opinion.

In order to make __init__.py clean and keep the behaviour, the following steps are needed:

  1. Remove try: ... except: ... in __init__.py.
  2. Rewrite optional imports (torchvision, sklearn, gym...) in `pl_bolts/datam
compose

Improve this page

Add a description, image, and links to the supervised-learning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the supervised-learning topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.