{ "cells": [ { "cell_type": "markdown", "metadata": { "id": "V920LTuiq40d" }, "source": [ "# Basic usage" ] }, { "cell_type": "markdown", "metadata": { "id": "VYNcdzMLq40j" }, "source": [ "*`skorch`* is designed to maximize interoperability between `sklearn` and `pytorch`. The aim is to keep 99% of the flexibility of `pytorch` while being able to leverage most features of `sklearn`. Below, we show the basic usage of `skorch` and how it can be combined with `sklearn`.\n", "\n", "
\n",
"\n",
" Run in Google Colab \n",
" | \n",
" View source on GitHub |