File size: 673 Bytes
d747363
 
0598e08
 
 
 
 
 
 
d747363
0598e08
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
license: bsd-3-clause
tags:
- sklearn
datasets:
- synthetic dataset from sklearn
metrics:
- type: accuracy
  value: 0.948
---

# Simple example using plain scikit-learn

## Reproducing the model

Inside a Python environment, install the dependencies listed in `requirements.txt` and then run:

``` bash
python train.py
```

The resulting model artifact should be stored in `model.pickle`.

## The model

The used model is a simple logistic regression trained through gradient descent.

## Intended use & limitations

This model is just for demonstration purposes and should thus not be used.

## Dataset

The dataset is entirely synthetic and has no real world origin.