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$).
Implements
System.IDisposable
Inherited Members
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 SourceLoadData(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