-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Quickstart instruction #29
Comments
In accordance to the documentation in installation for Firstly, we need to install
I created the conda virtual environment via. the following:
Inside the myenv virtual environment, execute the following commands:
Issue: Solution:
Result:
|
Update the information to use pip3 incase pip command is not found
Issue 1:
Solution 1:
Use
pip3
instead ofpip
for the system which has Python 3.x instead of Python 2.Result 1:
Update the quick start code - for pre-trained model from the RouteE model catalog
Issue 2:
What has changed?
distance
as the data frame column overmiles
in our new model.Executing with this gives the below changes
This yields in the following error:
I think the
grade_dec
has been updated tograde_percent
.So, executing with the following script -
Solution 2:
Result 2:
This works great!
The text was updated successfully, but these errors were encountered: