GithubHelp home page GithubHelp logo

kylegallatin / ml-python-cookbook-runner Goto Github PK

View Code? Open in Web Editor NEW
26.0 26.0 9.0 11 KB

Dockerized Jupyter notebook to run commands from the ML Python Cookbook

Dockerfile 77.34% Python 22.66%

ml-python-cookbook-runner's People

Contributors

kylegallatin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ml-python-cookbook-runner's Issues

Chapter 5: 5.1 pandas behavior update

Just wanted to share some observation of pandas behavior. Not sure if this has to do with the pandas version as the default behavior of pandas is returning True or False. To get the binary values, as type(int) worked.

CleanShot 2023-07-17 at 05 39 19

Chapter 23: 5 Serving TensorFlow Models

faced an issue with docker image when running the following command on m1 Mac. the issue was mis match of tensor flow serving
CleanShot 2023-10-19 at 05 48 50
CleanShot 2023-10-19 at 05 47 39

however, the following has helped.

  • for arm based architecture use the following command. update the tensorflow serving image name
docker run -p 8501:8501 -p 8500:8500 --mount type=bind,source=$(pwd)/saved_model,target=/models/saved_model/1 -e MODEL_NAME=saved_model -t emacski/tensorflow-serving:latest

here are the references for arm tensorflow

Chapter 4: 4.11: -> Possible typo in the mean imputer

In chapter 4 for the 4.11 mean imputer section, there may be a typo in the book and just wanted to share my observation.

In the book (nightside of screenshot), features are used which resulted in a different value. and features have true value.

CleanShot 2023-07-14 at 06 18 42

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.