Skip to content

Commit

Permalink
first fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Dec 18, 2021
1 parent cc259a4 commit f0fc4fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pip install -U .

#### Import undouble package
```python
import undouble as undouble
from undouble import Undouble
```

#### Example:
Expand Down
5 changes: 3 additions & 2 deletions undouble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
Example
-------
>>> import undouble as undouble
>>> model = undouble.fit_transform(X)
>>> from undouble import Undouble
>>> model = Undouble(verbose=20)
>>> model.fit_transform()
>>> fig,ax = undouble.plot(model)
References
Expand Down

0 comments on commit f0fc4fc

Please sign in to comment.