File tree 4 files changed +21
-539
lines changed
4 files changed +21
-539
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ can find the source for the following packages:
12
12
providing convenience functions for working with scikit-learn models in the
13
13
Nextmv platform.
14
14
15
- Please refer to the individual package READMEs for more information .
15
+ To learn more about the SDKs, visit the [ docs ] [ docs ] .
16
16
17
- ** IMPORTANT!**
18
- > Please review the LICENSE on each package, as they may not all have the same
19
- > license.
17
+ ** IMPORTANT** : Please review the LICENSE on each package, as they may not all
18
+ have the same license.
19
+
20
+ [ docs ] : https://nextmv.io/docs/python-sdks/overview
Original file line number Diff line number Diff line change 3
3
Welcome to ` nextmv-gurobipy ` , an SDK for integrating Gurobi with the Nextmv
4
4
platform.
5
5
6
- ** IMPORTANT! **
7
- > Please note that ` nextmv-gurobipy ` is provided as _ source-available _ software
8
- > (not _ open-source _ ) .
6
+ ** IMPORTANT** : Please note that ` nextmv-gurobipy ` is provided as
7
+ _ source-available _ software (not _ open-source _ ). For further information,
8
+ please refer to the [ LICENSE ] ( ./LICENSE.md ) file .
9
9
10
- For further information, please refer to the [ LICENSE ] ( ./LICENSE.md ) file .
10
+ To learn more about ` nextmv-gurobipy ` , visit the [ docs ] [ docs ] .
11
11
12
12
## Installation
13
13
@@ -16,3 +16,5 @@ Requires Python `>=3.9`. Install using `pip`:
16
16
``` bash
17
17
pip install nextmv-gurobipy
18
18
```
19
+
20
+ [ docs ] : https://nextmv.io/docs/python-sdks/nextmv-gurobipy/installation
Original file line number Diff line number Diff line change 3
3
Welcome to ` nextmv-scikit-learn ` , an SDK for integrating scikit-learn with the
4
4
Nextmv platform.
5
5
6
- ## License
6
+ ** IMPORTANT** : Please note that ` nextmv-scikit-learn ` is provided as
7
+ _ source-available_ software (not _ open-source_ ). For further information,
8
+ please refer to the [ LICENSE] ( ./LICENSE.md ) file.
7
9
8
- ** IMPORTANT!**
9
- > Please note that ` nextmv-scikit-learn ` is provided as _ source-available_
10
- > software (not _ open-source_ ).
11
-
12
- For further information, please refer to the [ LICENSE] ( ./LICENSE.md ) file.
10
+ To learn more about ` nextmv-scikit-learn ` , visit the [ docs] [ docs ] .
13
11
14
12
## Installation
15
13
@@ -18,3 +16,5 @@ Requires Python `>=3.9`. Install using `pip`:
18
16
``` bash
19
17
pip install nextmv-scikit-learn
20
18
```
19
+
20
+ [ docs ] : https://nextmv.io/docs/python-sdks/nextmv-scikit-learn/installation
You can’t perform that action at this time.
0 commit comments