Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/vectorizer/src/encoding/categorical.ts>CategoricalEncoder#fit

Feature Extraction and Feature Selection in TypeScript
Go to Latest
method CategoricalEncoder.prototype.fit
import { CategoricalEncoder } from "https://deno.land/x/vectorizer@v0.3.7/src/encoding/categorical.ts";

Construct a mapping from a given set of text.

Parameters

targets: T[]