API Reference

This is the API reference for the Neuralk SDK.

Classifiers

neuralk.NICLClassifier([api_key, host, ...])

Sklearn-compatible classifier using the Neuralk API.

neuralk.Classifier(*args, **kwargs)

Deprecated: Use NICLClassifier instead.

neuralk.OnPremiseClassifier(*args, **kwargs)

Deprecated: Use NICLClassifier with host parameter instead.

API Client

neuralk.NeuralkAPI([api_key, host, ...])

Low-level API client for Neuralk inference services.

Exceptions

neuralk.NeuralkException(message, ...)

Custom exception for errors raised by the Neuralk AI SDK.

Utilities

neuralk.get_access_token()

Display the Neuralk-AI banner and instructions to get an API key.

Datasets

Helper functions to load example datasets for tutorials.

neuralk.datasets.housing()

neuralk.datasets.best_buy([subsample])

neuralk.datasets.two_moons()