DEV Community

Cover image for Exploring Feature Stores: Personal Insights and Notes on Hopsworks pt.2
silverboi
silverboi

Posted on

1

Exploring Feature Stores: Personal Insights and Notes on Hopsworks pt.2

More personal insights on Hopsworks and MLOps. Remember that these are random personal notes in no particular order:

  1. Roles in Machine Learning Projects: For building a professional, robust, maintainable machine learning project you need at least least two people; someone to focus on the actual ML model and other to do MLOps (the way I see it this is data engineering + DevOps).

  2. Hopsworks python client: This connection provides access to projects, feature groups, feature views, model registry and model serving. For using them is wise to have all of the former things in a class object (at least that's the way I'm building my project).

  3. Feature Group Queries as Objects: Hopsworks queries are objects and work for querying from feature groups; read() method is for reading into data frame.

  4. Model Serving: Hopsworks provides model serving capabilities but I haven't had time to mess around with this yet, will probably try next.

  5. Model Registry: Per Hopsworks documentation

It enables developers to publish, test, monitor, govern and share models for collaboration with other teams. The model registry is where developers publish their models during the experimentation phase. The model registry can also be used to share models with the team and stakeholders.

So basically Hopsworks' model registry is for storing ML models through serializable objects like pickle files.

Silverboy

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

Billboard image

Try REST API Generation for MS SQL Server.

DevOps for Private APIs. With DreamFactory API Generation, you get:

  • Auto-generated live APIs mapped from database schema
  • Interactive Swagger API documentation
  • Scripting engine to customize your API
  • Built-in role-based access control

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay