Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

MasumBhuiyan
/
linear-regression

Tabular Regression
Keras
TF-Keras
English
AlbertConfig
Model card Files Files and versions
xet
Community
2

Instructions to use MasumBhuiyan/linear-regression with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Keras

    How to use MasumBhuiyan/linear-regression with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://MasumBhuiyan/linear-regression")
    
  • Notebooks
  • Google Colab
  • Kaggle
linear-regression
776 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
MasumBhuiyan's picture
MasumBhuiyan
Update config.json
75c4d6e over 2 years ago
  • model
    [ML Lab] Understanding basic machine learning steps over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • .gitignore
    7 Bytes
    [ML Lab] Add .gitignore, config.json over 2 years ago
  • README.md
    855 Bytes
    Update README.md over 2 years ago
  • app.py
    156 Bytes
    [ML Lab] Add demo inference endpoint over 2 years ago
  • config.json
    3.78 kB
    Update config.json over 2 years ago
  • regression.ipynb
    592 kB
    [ML Lab] Understanding basic machine learning steps over 2 years ago