Skip to content

Getting Started

V SS Karthik edited this page Apr 3, 2026 · 1 revision

Getting Started

Installation

pip install glassboxml

Example

from glassboxml import LogisticRegression

model = LogisticRegression()
model.fit(X, y)

predictions = model.predict(X)

Clone this wiki locally