Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMeissnerDS committed Sep 24, 2024
1 parent cda639e commit cbe7e18
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Binary file modified dist/bluecast-1.6.2.tar.gz
Binary file not shown.
10 changes: 10 additions & 0 deletions docs/source/Basic usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ configuration:
* a non-programmatic way which uses widgets for most important options
* a programmatic way with ull control and flexibility

<!-- toc -->

* [Basic usage](#basic-usage)
* [Non-programmatic way for starters](#non-programmatic-way-for-starters)
* [Programmatic way](#programmatic-way)

<!-- tocstop -->

## Non-programmatic way for starters

The non-programmatic way should be helpful for new BlueCast users
Expand All @@ -25,6 +33,8 @@ automl.fit(df_train, target_col="target")
y_hat = automl.predict(df_val)
```

![Welcome UI example](welcome_ui.png)

## Programmatic way

The programmatic way is suitable for experienced users.
Expand Down
Binary file added docs/source/welcome_ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cbe7e18

Please sign in to comment.