Closed vprashar2929 closed 2 weeks ago
This commit updates the commands to use the kepler-model package name instead of python ... to run the model training commands.
kepler-model
python ...
Addresses: #530
In addition to approval, the author must confirm the following check list:
[x] Run the following command to format your code:
make fmt
[ ] Create issues for unresolved comments and link them to this PR. Use one of the following labels:
must-fix
minor
nit
This commit updates the commands to use the
kepler-model
package name instead ofpython ...
to run the model training commands.Addresses: #530
Checklist for PR Author
In addition to approval, the author must confirm the following check list:
[x] Run the following command to format your code:
[ ] Create issues for unresolved comments and link them to this PR. Use one of the following labels:
must-fix
: The logic appears incorrect and must be addressed.minor
: Typos, minor issues, or potential refactoring for better readability.nit
: Trivial issues like extra spaces, commas, etc.