Skip to content

Commit

Permalink
Replace Preprocessors to preprocessors (aimclub#87)
Browse files Browse the repository at this point in the history
* Update add_ml_models_to_nodes.rst

* Update learn_params_vis.rst

* Update learn_sampling_predict.rst
  • Loading branch information
jrzkaminski authored Oct 27, 2023
1 parent 13742c5 commit f234a9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/examples/add_ml_models_to_nodes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ First, lets import BAMT modules and required machine learning modules.
.. code-block:: python
import bamt.networks as networks
import bamt.Preprocessors as pp
import bamt.preprocessors as pp
import pandas as pd
import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples/learn_params_vis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Used imports:
.. code-block:: python
import bamt.networks as networks
import bamt.Preprocessors as pp
import bamt.preprocessors as pp
import pandas as pd
import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples/learn_sampling_predict.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Used imports:
.. code-block:: python
import bamt.networks as networks
import bamt.Preprocessors as pp
import bamt.preprocessors as pp
import pandas as pd
import numpy as np
Expand Down

0 comments on commit f234a9f

Please sign in to comment.