Skip to content

Commit 9bb88db

Browse files
committed
TSMLP: Improve cross linking
- Use Intersphinx links where possible - Use cratedb.com instead of crate.io
1 parent 6f49151 commit 9bb88db

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

docs/domain/timeseries/ml-primer/10-about-intro.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -455,20 +455,20 @@ support an entire MLOps lifecycle. Stay tuned for more.
455455
[Apache Lucene]: https://lucene.apache.org/
456456
[Apache Kafka]: https://kafka.apache.org/
457457
[Apache Spark]: https://spark.apache.org/
458-
[Apache Superset]: https://crate.io/docs/crate/clients-tools/en/latest/integrate/visualize.html#apache-superset-preset
458+
[Apache Superset]: inv:crate-clients-tools#apache-superset
459459
[Cloud Console]: https://console.cratedb.cloud/
460460
[CrateDB Admin UI]: https://cratedb.com/docs/crate/admin-ui/
461-
[CrateDB Cloud]: https://crate.io/products/cratedb-cloud
461+
[CrateDB Cloud]: https://cratedb.com/products/cratedb-cloud
462462
[Dask]: https://www.dask.org/
463-
[Data Import]: https://community.crate.io/t/importing-data-to-cratedb-cloud-clusters/1467#import-from-url-1
463+
[Data Import]: https://community.cratedb.com/t/importing-data-to-cratedb-cloud-clusters/1467#import-from-url-1
464464
[data modeling]: https://en.wikipedia.org/wiki/Data_modeling
465465
[ETS model]: https://www.statsmodels.org/dev/examples/notebooks/generated/ets.html
466466
[Merlion]: https://github.com/salesforce/Merlion
467467
[Merlion documentation]: https://opensource.salesforce.com/Merlion/v1.0.0/examples/anomaly/1_AnomalyFeatures.html
468-
[more-integrations]: https://crate.io/partners/technology-partners
468+
[more-integrations]: https://cratedb.com/partners/technology-partners
469469
[pandas]: https://pandas.pydata.org/
470470
[Random Cut Forest]: https://docs.aws.amazon.com/sagemaker/latest/dg/randomcutforest.html
471471
[SQLAlchemy]: https://www.sqlalchemy.org/
472-
[Tableau]: https://crate.io/docs/crate/clients-tools/en/latest/integrate/analyze.html#business-intelligence-with-tableau
472+
[Tableau]: inv:crate-clients-tools#tableau
473473
[Time Series Analysis in Python – A Comprehensive Guide with Examples]: https://www.machinelearningplus.com/time-series/time-series-analysis-python/
474474
[time series modeling]: https://en.wikipedia.org/wiki/Time_series#Models

docs/domain/timeseries/ml-primer/20-mlops-cratedb-mlflow.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ mlflow.log_artifact("model")
467467
#### MLflow UI
468468

469469
Visit the MLflow UI to interact with your flow run, and your artifact. You can do this by running
470-
`mlflow ui` in your terminal and then navigate to http://localhost:5000 in your browser.
470+
`mlflow ui` in your terminal and then navigate to `http://localhost:5000` in your browser.
471471

472472
![MLflow ui](/_assets/img/ml-timeseries-primer/mlflow-experiment.png){width=480px}
473473

@@ -627,9 +627,9 @@ make it a valuable asset in the realm of time series modeling and anomaly detect
627627

628628
[CrateDB MLflow examples]: https://github.com/crate-workbench/mlflow-cratedb/tree/main/examples
629629
[CrateDB MLflow handbook]: https://github.com/crate-workbench/mlflow-cratedb/blob/main/docs/handbook.md
630-
[database VIEWs]: https://crate.io/docs/crate/reference/en/latest/general/ddl/views.html
630+
[database VIEWs]: inv:crate-reference#ddl-views
631631
[DVC (Data Version Control)]: https://dvc.org/
632-
[dynamic object columns]: https://crate.io/blog/handling-dynamic-objects-in-cratedb
632+
[dynamic object columns]: https://cratedb.com/blog/handling-dynamic-objects-in-cratedb
633633
[ETS model]: https://www.statsmodels.org/dev/examples/notebooks/generated/ets.html
634634
[Kolmogorov-Smirnov test]: https://en.wikipedia.org/wiki/Kolmogorov%E2%80%93Smirnov_test
635635
[Kullback–Leibler Divergence]: https://en.wikipedia.org/wiki/Kullback%E2%80%93Leibler_divergence
@@ -640,11 +640,11 @@ make it a valuable asset in the realm of time series modeling and anomaly detect
640640
[MLflow documentation]: https://mlflow.org/docs/latest/index.html
641641
[MLOps]: https://en.wikipedia.org/wiki/MLOps
642642
[ml-timeseries-blog-part-1]: https://cratedb.com/blog/introduction-to-time-series-modeling-with-cratedb-machine-learning-time-series-data
643-
[OBJECT data type]: https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#object
644-
[Object column policy]: https://crate.io/docs/crate/reference/en/latest/general/ddl/data-types.html#object-column-policy
643+
[OBJECT data type]: inv:crate-reference#type-object
644+
[Object column policy]: inv:crate-reference#type-object-column-policy
645645
[Random Cut Forest]: https://docs.aws.amazon.com/sagemaker/latest/dg/randomcutforest.html
646-
[Shard allocation filtering]: https://crate.io/docs/crate/reference/en/latest/general/ddl/shard-allocation.html
646+
[Shard allocation filtering]: inv:crate-reference#ddl_shard_allocation
647647
[simulating live model deployment]: https://opensource.salesforce.com/Merlion/v1.0.0/examples/anomaly/1_AnomalyFeatures.html#Simulating-Live-Model-Deployment
648-
[time partitioning]: https://crate.io/docs/crate/reference/en/latest/general/ddl/partitioned-tables.html
648+
[time partitioning]: inv:crate-reference#partitioned-tables
649649
[Time Series Analysis in Python – A Comprehensive Guide with Examples]: https://www.machinelearningplus.com/time-series/time-series-analysis-python/
650-
[window function]: https://crate.io/docs/crate/reference/en/latest/general/builtins/window-functions.html
650+
[window function]: inv:crate-reference#window-functions

docs/domain/timeseries/ml-primer/30-experiment-tracking-cratedb-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ model = pickle.loads(blob_content)
160160
```
161161

162162

163-
[BLOB data type]: https://crate.io/docs/crate/reference/en/latest/general/blobs.html
163+
[BLOB data type]: inv:crate-reference#blob_support
164164
[ml-timeseries-blog-part-1]: https://cratedb.com/blog/introduction-to-time-series-modeling-with-cratedb-machine-learning-time-series-data
165165
[ml-timeseries-blog-part-2]: https://cratedb.com/blog/introduction-to-time-series-modeling-with-cratedb-part-2?hs_preview=uXVBkYrk-136061503799
166166
[pickle format]: https://realpython.com/python-pickle-module/
167-
[SQL `SELECT` statements]: https://crate.io/docs/crate/reference/en/latest/sql/statements/select.html
167+
[SQL `SELECT` statements]: inv:crate-reference#sql-select

0 commit comments

Comments
 (0)