10000 GitHub - SomedayAvA/mlfs-book: O'Reilly book - Building Machine Learning Systems with a feature store: batch, real-time, and LLMs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

O'Reilly book - Building Machine Learning Systems with a feature store: batch, real-time, and LLMs

License

Notifications You must be signed in to change notification settings

SomedayAvA/mlfs-book

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mlfs-book

O'Reilly book - Building Machine Learning Systems with a feature store: batch, real-time, and LLMs

Our design for air-quality prediction:

Chosen sensor: Beijing, Temple of Heaven, dongcheng.
Model: XGBoost regression model.
Added the feature: pm25in3day, which is the average value of pm25 during the past 3 days(excluding today).
Predictor: pm25in3day, weather data

To perform the prediction:

First predict the pm25 of tomorrow, since already has the pm25in3day.
Do a for loop, first predict the pm25 value of one day, then use this to get the pm25in3day value for the next day.
Loop this for 7 times.
Now we get prediction for next 7 days.

To see the prediction:

Click here

lab1 work by GroupC in ID2223

About

O'Reilly book - Building Machine Learning Systems with a feature store: batch, real-time, and LLMs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.6%
  • Python 1.4%
0