Skip to content

Commit 17cc467

Browse files
committed
chore: remove ExabyteML
1 parent e1b3281 commit 17cc467

File tree

6 files changed

+2
-29
lines changed

6 files changed

+2
-29
lines changed

lang/en/docs/software-directory/machine-learning/exabyte/data.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

lang/en/docs/software-directory/machine-learning/exabyte/overview.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

lang/en/docs/tutorials/ml/predict-ml-properties.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[//]: # (This tutorial is deprecated)
12
# Machine Learning: Predict New Properties
23

34
In the present tutorial page, we will explore how the results of the [Train Model](train-ml-model.md) derived from [Machine Learning (ML)](../../models-directory/machine-learning/overview.md) can be used to predict new material [properties](../../properties/overview.md) by [linear regression](../../methods-directory/linear-regression/overview.md), such as implemented by the [Exabyte Machine Learning Engine](../../software-directory/machine-learning/exabyte/overview.md).

lang/en/docs/tutorials/ml/train-ml-model.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[//]: # (This tutorial is deprecated)
12
# Machine Learning: Train Linear Regression
23

34
This tutorial demonstrates how to build a [machine learning (ML)](../../models-directory/machine-learning/overview.md) **training model** based upon a set of [materials](../../materials/overview.md) called **"train materials"**. This model can then be used to predict the [properties](../../properties/overview.md) of another set called **"target materials"**, based on the procedure outlined in a [separate tutorial](predict-ml-properties.md).

lang/en/docs/tutorials/overview.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ sidebar navigation.
1717
- [Magnetic Moment on Atoms by Specie](templating/set-magnetic-moment.md)
1818
- Machine Learning (ML)
1919
- [Overview](ml/overview.md)
20-
- ExabyteML (legacy)
21-
- [Train ML Model](ml/train-ml-model.md)
22-
- [Predict New Properties](ml/predict-ml-properties.md)
2320
- Python ML
2421
- [Training a Regression Model](python-ml/train-regression-model.md)
2522
- [Predictions with Regression](python-ml/predict-with-regression.md)

mkdocs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,6 @@ nav:
161161
- Machine Learning (ML):
162162
# Differentiate between Legacy and PythonML tutorials in Overview
163163
- Overview: tutorials/ml/overview.md
164-
- ExabyteML (legacy):
165-
- Train ML Model: tutorials/ml/train-ml-model.md
166-
- Predict New Properties: tutorials/ml/predict-ml-properties.md
167164
- Python ML:
168165
- Training a Regression Model: tutorials/python-ml/train-regression-model.md
169166
#Todo: Tutorial demonstrates how to share a trained model with another user

0 commit comments

Comments
 (0)