Show / Hide Table of Contents

Class BostonHousing

Dataset taken from the StatLib library which is maintained at Carnegie Mellon University. Samples contain 13 attributes of houses at different locations around the Boston suburbs in the late 1970s.Targets are the median values of the houses at a location(in k$).

Inheritance
System.Object
Keras
Base
BostonHousing
Implements
System.IDisposable
Inherited Members
Base.Parameters
Base.None
Base.Init()
Base.ToPython()
Base.InvokeStaticMethod(Object, String, Dictionary<String, Object>)
Base.InvokeMethod(String, Dictionary<String, Object>)
Base.Item[String]
Keras.Instance
Keras.keras
Keras.keras2onnx
Keras.tfjs
Keras.Dispose()
Keras.ToTuple(Array)
Keras.ToList(Array)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Keras.Datasets
Assembly: Keras.dll
Syntax
public class BostonHousing : Base, IDisposable

Methods

| Improve this Doc View Source

LoadData(String, Single, Int32)

Loads the data.

Declaration
public static ((NDarray, NDarray), (NDarray, NDarray))LoadData(string path = "boston_housing.npz", float test_split = 0.2F, int seed = 113)
Parameters
Type Name Description
System.String path

The path.

System.Single test_split

The test split.

System.Int32 seed

The seed.

Returns
Type Description
System.ValueTuple<System.ValueTuple<Numpy.NDarray, Numpy.NDarray>, System.ValueTuple<Numpy.NDarray, Numpy.NDarray>>

Implements

System.IDisposable
  • Improve this Doc
  • View Source
Back to top Generated by DocFX