You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

superduper-sklearn

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

superduper-sklearn

superduper allows users to work with arbitrary sklearn estimators, with additional support for pre-, post-processing and input/ output data-types.

0.9.0
pipPyPI
Maintainers
1

superduper_sklearn

superduper allows users to work with arbitrary sklearn estimators, with additional support for pre-, post-processing and input/ output data-types.

Installation

pip install superduper_sklearn

API

  • Code
  • API-docs
ClassDescription
superduper_sklearn.model.SklearnTrainerA trainer for sklearn models.
superduper_sklearn.model.EstimatorEstimator model.

Examples

Estimator

from superduper_sklearn import Estimator
from sklearn.svm import SVC
model = Estimator(
    identifier='test',
    object=SVC(),
)

Training Example

Read more about this here

Keywords

databases

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts