Skip to content

Commit

Permalink
doc linting
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Dec 29, 2023
1 parent 278508a commit d07e484
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api_classes/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ Processing...
<img alt="sageworks_new_light" src="https://github.com/SuperCowPowers/sageworks/assets/4806709/ed2ed1bd-e2d8-49a1-b350-b2e19e2b7832">

!!! note "Examples"
All of the SageWorks Examples are in the Sageworks Repository under the examples/ directory. For a full code listing of any example please visit our [SageWorks Examples](https://github.com/SuperCowPowers/sageworks/blob/main/examples)
All of the SageWorks Examples are in the Sageworks Repository under the `examples/` directory. For a full code listing of any example please visit our [SageWorks Examples](https://github.com/SuperCowPowers/sageworks/blob/main/examples)
2 changes: 0 additions & 2 deletions examples/full_ml_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
log = logging.getLogger("sageworks")

if __name__ == "__main__":

# Create the abalone_data DataSource
ds = DataSource("s3://sageworks-public-data/common/abalone.csv")

Expand Down Expand Up @@ -48,4 +47,3 @@
df = fs.query(f"SELECT * FROM {athena_table} where training = 0")
results = endpoint.predict(df)
print(results[["class_number_of_rings", "prediction"]])

0 comments on commit d07e484

Please sign in to comment.